Replies: 2 comments
-
Check out this comment: #190 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is "fixed" in version 1.3.0 when specifying |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using for example
The
install.ps1
will contain the current version of the package.Whenever there is an update to the winget package, we need to re-generate it so it picks up the new version.
Instead of writing the version to the
install.ps1
there should be a switch in theNew-WtWingetPackage
command to just always use the latest version which would effectively just remove the--version
parameter in theinstall.ps1
file thus defaulting to the latest available version of the package when it is installed on any machine.Beta Was this translation helpful? Give feedback.
All reactions