Merge pull request #4383 from RaiKoHoff/Dev_Master

Version numbering postfix commands III
This commit is contained in:
Rainer Kottenhoff 2022-12-15 17:38:40 +01:00 committed by GitHub
commit 2ae1cfd98b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,10 +7,10 @@ set SCRIPTNAME=%~dpn0.ps1
set ARGS=%*
if ["%ARGS%"] NEQ [""] (
call :ESCAPE_ARGS
echo."_%ARGS%">.\np3portableapp\_buildname.txt
) else (
echo."%ARGS%">.\np3portableapp\_buildname.txt
)
echo."_%ARGS%">.\np3portableapp\_buildname.txt
if ["%ARGS%"] NEQ [""] (
set ARGS=-VerPatch "%ARGS%"
)