mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-11 17:37:21 +10:00
Combination of Russian and main installer into one. It is also now more convenient to add other languages if necessary
3 lines
154 B
Batchfile
3 lines
154 B
Batchfile
@echo off
|
|
start "" /wait "%Appdata%\Spotify\Spotify.exe"
|
|
powershell.exe -ExecutionPolicy Bypass -nologo -noninteractive -command "& '.\cache_spotify.ps1'" |