Skip to content

Commit 6600c6b

Browse files
committed
v1.5.0 release
1 parent 0a57b41 commit 6600c6b

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

batch encoder.bat

Lines changed: 1 addition & 6 deletions
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-transient
4+
SET CurrentVersion=v1.5.0
55

66
cls
77
if /i "%1"=="--updated-from" (
@@ -10,11 +10,6 @@ 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
1813

1914
:AskProceed
2015
call:ClearAndTitle

0 commit comments

Comments
 (0)