mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-17 21:03:19 +08:00
Merge pull request #4383 from RaiKoHoff/Dev_Master
Version numbering postfix commands III
This commit is contained in:
commit
2ae1cfd98b
@ -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%"
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user