mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #2267 from hpwamr/mui
+ chg: Notepad3Portable - automatic creation of "7-Zip" file (2nd stage)
This commit is contained in:
commit
54aa0a048a
@ -1 +1 @@
|
||||
425
|
||||
427
|
||||
|
||||
@ -198,11 +198,16 @@ del /F "%NP3_PORTAPP_INFO%_tmp.ini"
|
||||
:: - build Installer -
|
||||
"%PORTAPP_INSTALLER_CREATOR%" "%NP3_PORTAPP_DIR%"
|
||||
|
||||
:: Signing "Notepad3Portable_x.xx.xxx.x.paf.exe" (".paf.exe" file is created by "Installer")
|
||||
:: Signing "Notepad3Portable_x.xx.xxx.x_yyyy.paf.exe" (".paf.exe" file is created by "Installer")
|
||||
:: call %SCRIPT_DIR%Signing_for_EXE_NP3_2nd.cmd
|
||||
|
||||
:: Creation of a "7-Zip" file by appending the extension ".7z"
|
||||
copy /B %SCRIPT_DIR%Notepad3Portable_*.paf.exe %SCRIPT_DIR%Notepad3Portable_*.paf.exe.7z /Y /V
|
||||
set Notepad3Portable.paf.exe=%SCRIPT_DIR%Notepad3Portable_%VERSION%_%DEVNAME%.paf.exe
|
||||
if exist %Notepad3Portable.paf.exe% (
|
||||
copy /B %Notepad3Portable.paf.exe% %Notepad3Portable.paf.exe%.7z /Y /V
|
||||
) else (
|
||||
echo. "Notepad3Portable_x.xx.xxx.x_yyyy.paf.exe" does not exist
|
||||
)
|
||||
|
||||
:: rename
|
||||
::echo rename "%SCRIPT_DIR%Notepad3Portable_%VERSION%.paf.exe" "Notepad3Portable_%VERSION%_%DEVNAME%.paf.exe"
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.20.425.1"
|
||||
version="5.20.427.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 BETA</description>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 20
|
||||
#define VERSION_REV 425
|
||||
#define VERSION_REV 427
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 432
|
||||
#define ONIGURUMA_REGEX_VER 6.9.5
|
||||
|
||||
Loading…
Reference in New Issue
Block a user