microsoft / winget-create

The Windows Package Manager Manifest Creator command-line tool (aka wingetcreate)
MIT License
489 stars 84 forks source link

Portables get converted to EXE in interactive update #399

Closed mdanish-kh closed 1 year ago

mdanish-kh commented 1 year ago

Brief description of your issue

When you update a portable package in interactive mode, the InstallerType gets incorrectly converted to EXE

Steps to reproduce

Run the following commands:

wingetcreate update Microsoft.NuGet -v 10.0 -i
wingetcreate update Kubernetes.kubectl -v 10.0 -i

Expected behavior

InstallerType should remain portable

Actual behavior

InstallerType changes to exe after the update finishes

Environment

Windows Package Manager Manifest Creator v1.2.7.0