fix(installer): avoid duplicate pause prompts

This commit is contained in:
amd64fox
2026-06-16 19:38:51 +03:00
parent 0725e3465f
commit fca14a99ba
5 changed files with 26 additions and 21 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
@echo off
:: Line for changing spotx parameters, each parameter should be separated by a space
set param=-v 1.2.13.661.ga588f749 -confirm_spoti_recomended_over -block_update_on
set param=-v 1.2.13.661.ga588f749 -confirm_spoti_recomended_over -block_update_on -no_pause
set url='https://raw.githubusercontent.com/SpotX-Official/SpotX/refs/heads/main/run.ps1'
set url2='https://spotx-official.github.io/SpotX/run.ps1'