-
-
Notifications
You must be signed in to change notification settings - Fork 302
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
Add packages to winget #43
Comments
Winget's feature of .zip install is only in beta and for a limited number of programs. |
It should be straight forward to create a winget-pkg YAML and upload to that repo. |
Unless things have changed recently, creating packages for WinGet would introduce the need to create some sort of ViVe installer bundle like @TheBossMagnus's reply hints at. (which I don't like the idea of) It's supposed to be a simple portable app with no extra setup steps. |
You don't need any zip, you just need to either ensure the exe is compiled standalone with library dependencies already included, or using a normal exe packaging tool. Like I said, this should be trivial, but if you're too lazy to google, I can't be of any help. |
Have you considered just linking what you have in mind instead of smartass
replies? I was looking at
https://learn.microsoft.com/en-us/windows/package-manager/package/manifest
and don't see anything obvious. Winget still seems to be pretty installer
centric, and there is no official installer ViVe.
…On Sunday, January 22, 2023, eabase ***@***.***> wrote:
You don't need any zip, you just need to either ensure the exe is compiled
standalone with library dependencies already included, or using a normal
exe packaging tool. Like I said, this should be trivial, but if you're too
lazy to google, I can't be of any help.
—
Reply to this email directly, view it on GitHub
<#43 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADEWBTC4HWSQ5QNWQPF4CVDWTUG6FANCNFSM52YCIS2A>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
https://github.com/microsoft/winget-cli/releases Support installing .zip files |
A PR is already underway: There is an issue, however, related to symlinks. microsoft/winget-pkgs#92418 (comment):
microsoft/winget-pkgs#92418 (comment):
@thebookisclosed Can you fix it so that it would try to find the DLL in the actual directory rather than the symlink directory? |
ViVeTool makes no changes to how the library gets located, I don't think there is anything to fix on my end. |
Just a heads up, Winget now supports binaries with DLLs as of https://github.com/microsoft/winget-cli/releases/tag/v1.9.25180, so let's do it properly this time: |
@sitiom man of the people! |
https://winget.run/
The text was updated successfully, but these errors were encountered: