mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
master contains current beta development, freeze branch for RC and Release
This commit is contained in:
parent
f66dc50b5a
commit
e8cb99bc82
@ -1,7 +0,0 @@
|
||||
:: Batch file for RELEASE CANDIDATE version
|
||||
@echo off
|
||||
setlocal
|
||||
set _VERPATCH_=rc
|
||||
echo."_%_VERPATCH_%">.\np3portableapp\_buildname.txt
|
||||
Version -VerPatch "%_VERPATCH_%"
|
||||
endlocal
|
||||
@ -1,7 +0,0 @@
|
||||
:: Batch file for RELEASE version (without the separator "_" before ".paf" in Notepad3Portable)
|
||||
@echo off
|
||||
setlocal
|
||||
set _VERPATCH_=
|
||||
echo."%_VERPATCH_%">.\np3portableapp\_buildname.txt
|
||||
Version -VerPatch "%_VERPATCH_%"
|
||||
endlocal
|
||||
Loading…
Reference in New Issue
Block a user