From 54717ed04f1e4cc3cb13b7e96ae575da40d301d2 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Sat, 21 Oct 2023 17:32:06 +0200 Subject: [PATCH] MUI - Add "Notepad3 commit ID" comment in Versioning batch file --- Build/make_portable(.zip).cmd | 4 ++-- Version.cmd | 4 ++-- Version.ps1 | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Build/make_portable(.zip).cmd b/Build/make_portable(.zip).cmd index 38b26acc4..3e6b52dcf 100644 --- a/Build/make_portable(.zip).cmd +++ b/Build/make_portable(.zip).cmd @@ -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 diff --git a/Version.cmd b/Version.cmd index f69ffb1d5..f3ff35897 100644 --- a/Version.cmd +++ b/Version.cmd @@ -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 diff --git a/Version.ps1 b/Version.ps1 index d6643cad2..e2b6480fc 100644 --- a/Version.ps1 +++ b/Version.ps1 @@ -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