mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-22 02:50:18 +10:00
- 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
6 lines
280 B
Batchfile
6 lines
280 B
Batchfile
@echo off
|
|
|
|
powershell -Command "&{[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12}; """"& { $(Invoke-WebRequest -UseBasicParsing 'https://raw.githubusercontent.com/amd64fox/SpotX/main/Install.ps1')} -premium """" | Invoke-Expression"
|
|
|
|
pause
|
|
exit /b |