Files
SpotX/Install_Old_theme.bat
amd64fox 527b6fb137 version bump to 1.2.3.1107
- 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
2023-01-15 00:50:51 +03:00

7 lines
326 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 | Invoke-Expression}"
pause
exit /b