mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2025-12-28 07:54:07 +00:00
MUI - Add "Notepad3 commit ID" comment in Versioning batch file
This commit is contained in:
parent
05a5eafcb2
commit
54717ed04f
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user