-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symlinked executable does not work #64
Comments
I'm linking to the DLLs normally, I'm not doing anything weird. I don't know anything about winget, but I can't imagine that it doesn't handle DLLs. I think you either need to fix your YAML file, or add a dependency on zlib and lzo, assuming they're also winget packages. |
Indeed, it doesn't 😅 |
That's pretty poor! |
Yes, it seems like I can only add static portable builds to Winget in the meantime: |
Hi, I am trying to add ntfs2btrfs to Winget: microsoft/winget-pkgs#94782. The manifest successfully installs, but the symlinked executable (
ntfs2btrfs.exe
) silently fails without any output:However, calling the executable directly works:
Can you fix it so that the symlinked executable will try to resolve the dependencies on the actual executable directory? Thanks.
The text was updated successfully, but these errors were encountered: