fix(scoop-uninstall): Fix uninstaller does not gain Global state (#6430)

* global arg

* changelog
This commit is contained in:
HUMORCE
2025-08-11 06:48:06 +08:00
committed by GitHub
parent 4e528e1655
commit 22f1672fcb
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
## [Unreleased](https://github.com/ScoopInstaller/Scoop/compare/master...develop)
### Bug Fixes
- **scoop-uninstall:** Fix uninstaller does not gain Global state ([#6430](https://github.com/ScoopInstaller/Scoop/issues/6430))
## [v0.5.3](https://github.com/ScoopInstaller/Scoop/compare/v0.5.2...v0.5.3) - 2024-12-31
### Bug Fixes

View File

@@ -74,7 +74,7 @@ if (!$apps) { exit 0 }
continue
}
Invoke-Installer -Path $dir -Manifest $manifest -ProcessorArchitecture $architecture -Uninstall
Invoke-Installer -Path $dir -Manifest $manifest -ProcessorArchitecture $architecture -Global $global -Uninstall
rm_shims $app $manifest $global $architecture
rm_startmenu_shortcuts $manifest $global $architecture