-
-
Notifications
You must be signed in to change notification settings - Fork 25
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/Idea]: Support for 1.4 manifests #82
Comments
|
Yes, or maybe just use regex. |
The next update of WinGet Releaser will use Komac which supports 1.4.0 manifests. I'm just working on updating the RelativeFilePath with regex. |
So, how do I update the |
The RelativeFilePath should automatically update. For example:
Will become (if the new version is 0.23.0, for example):
It does this by getting all the previous versons on winget and replacing the part of the string that contains one of those versions with the new version. |
What would you like to see changed/added?
Support for 1.4 manifests. Also, updating the
RelativeFilePath
should be supported in cases where the executable is inside a versioned directory. For example:The text was updated successfully, but these errors were encountered: