We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96092b7 commit 7b9c6e1Copy full SHA for 7b9c6e1
1 file changed
batch encoder.bat
@@ -43,8 +43,7 @@ if /i "%1"=="--updated-from" (
43
FOR /F "tokens=*" %%g IN ('%regex_command%') do (SET API_link_entry=%%g)
44
set "UpdateAPIURL=%API_link_entry:~1,-2%"
45
46
- rem Test if any of them are blank
47
- for %%a in (UpdateVersion, UpdateAPIURL) do if not defined %%a goto AutoUpdateError
+ for %%a in (ver_entry, API_link_entry, UpdateVersion, UpdateAPIURL) do if not defined %%a goto AutoUpdateError
48
49
if exist "batch encoder v%UpdateVersion%.bat" set "append=_new"
50
0 commit comments