This release contains several bug fixes related to parsing portable and zip installers for both the new and update command. There is now support for overriding the scope of a provided installer URL. This can be done by appending the intended scope value to the end of the installer url using the | character. Make sure to enclose the entire string in quotes since the | symbol is a special character in terminal.
"<installerUrl>|user"
Special thanks to @mdanish-kh for the help and contribution!
Changes:
- aee36b4 update localized strings (#378)
- f758699 Improve handling of multiple nested installers (#372)
- b1b08f3 Include PAT creation instructions in commands docs (#375)
- e495915 Trim InstallerUrls (#373)
- 735abc1 Implement scope override and scope detection from installer URL (#367)
- c415f84 Update
cachecommand to handle directories (#360) - dba9587 Add arg for changing pull request title (#362)
- e4ae537 Update README.md (#365)
- 65352cd Add back prompt for portable installer (#355)
- 95bb8ad Catch image file did not contain resource error (#356)