Files
SpotX/Install_Old_theme.bat
amd64fox 6be3db4763 version bump to 1.2.19.937
- fixed regex to block updates
- migration from raw.githubusercontent.com to cdn.statically.io (attempt to fix blocking of raw files by some providers) #471
- minor code fix
2023-08-26 22:01:22 +03:00

6 lines
373 B
Batchfile

@echo off
%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\powershell.exe -Command "&{[Net.ServicePointManager]::SecurityProtocol = 3072}; """"& { $((Invoke-WebRequest -UseBasicParsing 'https://cdn.statically.io/gh/amd64fox/SpotX/main/Install.ps1').Content)} -v 1.2.13.661.ga588f749-4064 -confirm_spoti_recomended_over -block_update_on """" | Invoke-Expression"
pause
exit /b