Merge pull request #2267 from hpwamr/mui

+ chg: Notepad3Portable - automatic creation of  "7-Zip" file (2nd stage)
This commit is contained in:
Pairi Daiza 2020-04-27 11:26:06 +02:00 committed by GitHub
commit 54aa0a048a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 5 deletions

View File

@ -1 +1 @@
425
427

View File

@ -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"

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.20.425.1"
version="5.20.427.1"
type="win32"
/>
<description>Notepad3 BETA</description>

View File

@ -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