mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+fix: syntax error in batch
This commit is contained in:
parent
345f581d38
commit
eadcd3dd39
@ -67,11 +67,10 @@ set argbuild=%~1
|
||||
if defined argbuild (
|
||||
set BUILD=%argbuild%
|
||||
goto:EOF
|
||||
) else (
|
||||
set /p nxbuild=<%NP3_BUILD_VER%
|
||||
set BUILD=%nxbuild%
|
||||
::set /a BUILD = %nxbuild% - 1
|
||||
)
|
||||
set /p nxbuild=<%NP3_BUILD_VER%
|
||||
::set /a BUILD=%nxbuild% - 1
|
||||
set BUILD=%nxbuild%
|
||||
goto:EOF
|
||||
:: --------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user