From d3eb2d74be0ab1a81d3a23a1acb96c89e7fe6b26 Mon Sep 17 00:00:00 2001 From: "METANEOCORTEX\\Kotti" Date: Thu, 15 Dec 2022 17:37:45 +0100 Subject: [PATCH] +chg: Version numbering postfix commands III --- Version.cmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Version.cmd b/Version.cmd index a41f77667..f69ffb1d5 100644 --- a/Version.cmd +++ b/Version.cmd @@ -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%" )