Replies: 2 comments 3 replies
-
Hi, I'm already maintaining an automation at https://github.com/stevenlele/winget-update/blob/main/notepad4.py (which runs every hour to check for updates) and you can see the automated submissions at microsoft/winget-pkgs#173422 and microsoft/winget-pkgs#173423. I'm not sure if your work will conflict with this one. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Great work! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, it's been a long time.
I'm currently working on automatically winget submission when new release is published via Github Actions, should be able to PR in this weekend.
Pros?
When this is done, winget registry will be automatically updated after new release published.
Why?
Currently, winget entries are manually maintained by @stevenlele and me, there maybe some cons about version delay, incorrect zip file download urls, etc.
Github Actions and Powershell could help, make it automatically happen.
Details?
1st, @zufuliu should generate a classic token with
public_repo
enabled, and write it in this repo's settings/secrets.then, Github Actions will run when new release version is published.
Next?
I think that's possible to maintain pre-release versions in future after each commit
Cons?
winget still can't generate shortcuts / start menu entries, or perform version upgrade when ini file changed in local. You still need to use
--force
when upgrade via winget.Beta Was this translation helpful? Give feedback.
All reactions