Skip to content

Commit 0a57b41

Browse files
committed
Transient version for system migration.
1 parent f4a2c98 commit 0a57b41

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

batch encoder.bat

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@echo off
22
setlocal enabledelayedexpansion
33

4-
SET CurrentVersion=v1.5.0-alpha4
4+
SET CurrentVersion=v1.5.0-transient
55

66
cls
77
if /i "%1"=="--updated-from" (
@@ -10,6 +10,11 @@ if /i "%1"=="--updated-from" (
1010
del %2
1111
)
1212

13+
call:ClearAndTitle
14+
echo.
15+
echo Secondary update required^^! This will only take a moment...
16+
timeout 5
17+
goto AutoUpdate
1318

1419
:AskProceed
1520
call:ClearAndTitle

0 commit comments

Comments
 (0)