update winget workflow

Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
This commit is contained in:
FTCHD
2025-09-22 15:46:13 +02:00
parent 0dee8df71a
commit c925978d60
+2 -2
View File
@@ -95,9 +95,9 @@ jobs:
winget uninstall --id $env:PACKAGE_ID -e --scope $scope --silent `
--source winget --accept-source-agreements --disable-interactivity --verbose-logs 2>$null
# Install from the local manifest, but constrain dependency resolution to 'winget'
# Install from the local manifest.
winget install --manifest $env:MANIFEST_DIR --scope $scope --architecture x64 --silent `
--source winget --accept-source-agreements --accept-package-agreements `
--dependency-source winget --accept-source-agreements --accept-package-agreements `
--disable-interactivity --verbose-logs `
| Tee-Object -FilePath "$pwd\winget-install-$scope.txt"