Skip to content

Commit

Permalink
MUI - Add "Notepad3 commit ID" comment in Versioning batch file
Browse files Browse the repository at this point in the history
  • Loading branch information
hpwamr committed Oct 21, 2023
1 parent 05a5eaf commit 54717ed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Build/make_portable(.zip).cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Version.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions Version.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54717ed

Please sign in to comment.