- Added support for premium accounts https://github.com/amd64fox/SpotX/issues/53
 - Fixed some bugs when reinstalling Spotify
 - Added support for input parameters, for more flexible installation https://github.com/amd64fox/SpotX/issues/22
This commit is contained in:
amd64fox
2022-06-26 21:52:14 +03:00
parent 3e75024211
commit 79d251511b
6 changed files with 1630 additions and 1228 deletions

View File

@@ -0,0 +1,6 @@
@echo off
powershell -Command "&{[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12}; """"& { $(Invoke-WebRequest -UseBasicParsing 'https://raw.githubusercontent.com/amd64fox/SpotX/main/Install.ps1')} -confirm_uninstall_ms_spoti -confirm_spoti_recomended_over -podcasts_off -cache_off -block_update_on """" | Invoke-Expression"
pause
exit /b