We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a57b41 commit 6600c6bCopy full SHA for 6600c6b
1 file changed
batch encoder.bat
@@ -1,7 +1,7 @@
1
@echo off
2
setlocal enabledelayedexpansion
3
4
-SET CurrentVersion=v1.5.0-transient
+SET CurrentVersion=v1.5.0
5
6
cls
7
if /i "%1"=="--updated-from" (
@@ -10,11 +10,6 @@ if /i "%1"=="--updated-from" (
10
del %2
11
)
12
13
-call:ClearAndTitle
14
-echo.
15
-echo Secondary update required^^! This will only take a moment...
16
-timeout 5
17
-goto AutoUpdate
18
19
:AskProceed
20
call:ClearAndTitle
0 commit comments