We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4a2c98 commit 0a57b41Copy full SHA for 0a57b41
1 file changed
batch encoder.bat
@@ -1,7 +1,7 @@
1
@echo off
2
setlocal enabledelayedexpansion
3
4
-SET CurrentVersion=v1.5.0-alpha4
+SET CurrentVersion=v1.5.0-transient
5
6
cls
7
if /i "%1"=="--updated-from" (
@@ -10,6 +10,11 @@ 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