fix encoding

- fix encoding for translation files
- replacing @main with @latens to get the latest installer and other supporting files
This commit is contained in:
amd64fox
2023-09-07 13:23:40 +03:00
parent c29fe4e4dc
commit 808a49ccb9
6 changed files with 19 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
@echo off
%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\powershell.exe -Command """""& {$(Invoke-RestMethod -UseBasicParsing 'https://cdn.jsdelivr.net/gh/amd64fox/SpotX@main/Install.ps1')} -new_theme """" | Invoke-Expression"
%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\powershell.exe -Command """""& {$(Invoke-RestMethod -UseBasicParsing 'https://cdn.jsdelivr.net/gh/amd64fox/SpotX@latest/Install.ps1')} -new_theme """" | Invoke-Expression"
pause
exit /b