Replies: 1 comment
-
I don't think this is feasible in UniGetUI |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I recently transitioned from using a base version package to using a nightly version going from a chocolatey package to a WinGet package respectively, and I had an issue regarding the exe filename. Specifically, upon installing the package I noticed that unlike the chocolatey version, WinGet was appending
_windows
to the filename. It wasn't incorrect because that's what it was named in the GitHub release, but it broke my existing scripts and also it wasn't what I was used to. Would it be possible to create a feature that allows us to rename the executable that is installed by the package? I found that WinGet provides awinget install
parameter--rename
to rename the executable file. Would you be willing to include this as a feature for UniGet and add a field within the installation options for packages? Perhaps under general version or maybe architecture location and scope since the file name is related to the location/scope.Thanks.
Beta Was this translation helpful? Give feedback.
All reactions