File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11@ echo off
22setlocal enabledelayedexpansion
33
4- set CurrentVersion = v1.6.2
4+ set CurrentVersion = v1.6.0
55cls
66
77set " icongray = [7;90m"
@@ -45,7 +45,7 @@ if defined par_updated-from (
4545 del " %par_updated-from:" =% "
4646)
4747
48- pause rem remove
48+ rem pause
4949
5050:AskProceed
5151 call :ClearAndTitle
@@ -110,7 +110,7 @@ pause rem remove
110110 echo Downloading files...
111111 curl --silent -L -H " Accept: application/octet-stream" -o " batch encoder %UpdateVersion%%append% .bat" %UpdateAPIURL%
112112 echo .
113- echo %icongreen% i %formatend% Download complete. The program will now clean up and restart.
113+ echo %icongreen% i %formatend% Download complete. The program will now clean up and restart.
114114 call :GrayPause
115115 del " %updateFileName% "
116116 if /i " %par_silent% " == " true" (
@@ -218,7 +218,7 @@ echo [42;97m Completed encoding %TOTAL% files. %formatend%
218218
219219:EndPause
220220 call :GrayPause
221- exit
221+ exit /b 0
222222
223223:CritError
224224 timeout /t 1
You can’t perform that action at this time.
0 commit comments