update winget

This commit is contained in:
Mylloon 2024-02-09 21:53:17 +01:00
parent 66ec65e250
commit 78d09b998b
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -12,6 +12,12 @@ fltmc >NUL 2>&1 || (
:: Notice
ECHO Please wait until the administrator popup appears
:: === Update winget to latest version ==
PowerShell -Command "" ^
"Invoke-WebRequest -Uri https://aka.ms/getwinget -OutFile winget.msixbundle;" ^
"Add-AppPackage -ForceApplicationShutdown .\winget.msixbundle;" ^
"del .\winget.msixbundle"
:: === Install Spotify ==
PowerShell -Command "Invoke-WebRequest -Uri !repo!/windows/blockthespot.bat -OutFile '!local!\blockthespot.bat'"
DEL "%APPDATA%\Spotify"