You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tested it by embedding the manifest into the exe during build:
You may need to enable long paths on your machine if it has been disabled: https://stackoverflow.com/a/71603209/4371382
Starting from Windows 10, paths can be longer than 260 chars, but apps must declare that they are able to handle it, otherwise
_tfopen
will fail for those files: https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry#application-manifest-updates-to-declare-long-path-capabilityI have done a quick test, and it seems to work fine, but I'm not familiar enough with the codebase to confidently add a PR for it. dbeinder@b35e15c#diff-163478135344e1ca85e5f1f587940bdeea4beb3a149510970c22ae1c416d7330
The text was updated successfully, but these errors were encountered: