-
-
Notifications
You must be signed in to change notification settings - Fork 454
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
[Feature Request]: Include Winget Packages in Release Process #1338
Comments
Is it possible to create automated wingets? I am not a windows user so I have no idea. From what I can see, somebody somewhere makes Stretchly for winget: https://github.com/microsoft/winget-pkgs/tree/master/manifests/s/Stretchly/Stretchly |
You are correct that an existing Winget package for Stretchly is available in winget-pkgs repository. However, the version provided in the manifest is not the latest one. To ensure that the Winget package is up to date with each release, it would be beneficial to simultaneously update the winget-pkgs repository when releasing new versions of Stretchly. Additionally, setting up a GitHub Action to automate the creation and update of the winget-pkgs repository would further streamline the process. By doing so, Windows users will have the convenience of quickly installing and updating Stretchly using their preferred package manager. |
I would gladly accept a PR or example PR of another project :) |
Probably related to winget-pkgs#1515 or actions/winget-releaser |
Aaaah, this makes more sense to why the freshly installed app is complaining about updates available 😅 +1 to using automation, especially if that second on is 'inbuilt' to github. |
Version
Existing requests
Advanced Preferences
What operating system are you using?
Windows
Operating System Version
Windows 11 version 22H2
Problem description
I would like to request the addition of Winget packages to the release process of the Strectchly repository.
Possible solution
I propose that with each new release of Strectchly, a corresponding Winget package is also created and made available. This would greatly simplify the installation process for users who prefer using Winget as their package manager.
Alternative solutions
Instead of creating and maintaining Winget packages alongside the regular releases, an alternative solution could be to provide a script or tool that automates the process of generating Winget manifests for Strectchly.
Additional information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: