mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-11 17:37:21 +10:00
- added a new parameter '-new_theme' that activates a new theme (new right and left sidebar, some cover change) if the parameter is not specified, the old theme is activated - added bat files to install old and new theme - fixed static lyrics themes for 1.2.3 - fixed bug when submitting new version of Spotify to form - parameters 'left_sidebar_on' and 'right_sidebar_on' have been removed
6 lines
355 B
Batchfile
6 lines
355 B
Batchfile
@echo off
|
|
|
|
%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\powershell.exe -Command "&{[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12}; """"& { $((Invoke-WebRequest -UseBasicParsing 'https://raw.githubusercontent.com/SpotX-CLI/SpotX-Win/main/Install.ps1').Content)} -premium -new_theme """" | Invoke-Expression"
|
|
|
|
pause
|
|
exit /b |