MUI - Add "Notepad3 commit ID" comment in Versioning batch file

This commit is contained in:
Pairi Daiza 2023-10-21 17:32:06 +02:00
parent 05a5eafcb2
commit 54717ed04f
No known key found for this signature in database
GPG Key ID: AC2515EF755AF96F
3 changed files with 5 additions and 4 deletions

View File

@ -75,9 +75,9 @@ POPD
TITLE Finished!
ECHO.
:: Pause of 4 seconds to verify the logfile before exiting
:: Pause of 8 seconds to verify the logfile before exiting
:: ===========================================================================================
ping -n 5 127.0.0.1>nul
ping -n 9 127.0.0.1>nul
ENDLOCAL
EXIT /B

View File

@ -20,9 +20,9 @@ PowerShell.exe -NoProfile -NonInteractive -NoLogo -ExecutionPolicy Unrestricted
set EXITCODE=%ERRORLEVEL%
::ECHO ERRORLEVEL=%EXITCODE%
:: Pause of 4 seconds to verify the "Notepad3 version number:" before exiting
:: Pause of 8 seconds to verify the "Notepad3 version number:" before exiting
:: ============================================================================
ping -n 5 127.0.0.1>nul
ping -n 9 127.0.0.1>nul
goto :END

View File

@ -86,6 +86,7 @@ try
$CompleteVer = "$Major.$Minor.$Revis.$Build"
DebugOutput("Notepad3 version number: 'v$CompleteVer $VerPatch'")
DebugOutput("Notepad3 commit ID: '$CommitID'")
if ($AppVeyorEnv) {
# AppVeyor needs unique artefact build number