Merge pull request #3020 from hpwamr/mui

+ chg: rename portable batch file
This commit is contained in:
Pairi Daiza 2020-12-19 10:59:47 +01:00 committed by GitHub
commit 4544a33eab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

3
.gitignore vendored
View File

@ -28,8 +28,7 @@ Thumbs.db
/.vs
/Bin
/Build/Packages
/Build/temp_7-zip*
/Build/make_7-zip_*
/Build/make_portable_*
/Build/notepad3*setup_*
/packages

View File

@ -3,8 +3,8 @@ rem ****************************************************************************
rem * *
rem * Notepad3 *
rem * *
rem * make_7-zip.bat *
rem * Batch file for creating the portable .zip packages *
rem * make_portable(.zip).bat *
rem * Batch file for creating "Portable (*.zip)" packages *
rem * *
rem * See License.txt for details about distribution and modification. *
rem * *
@ -26,7 +26,7 @@ IF /I "%~1" == "/?" GOTO SHOWHELP
SET INPUTDIRx86=bin\Release_x86_v142
SET INPUTDIRx64=bin\Release_x64_v142
SET "TEMP_NAME=temp_7-zip"
SET "TEMP_NAME=make_portable_temp"
IF NOT EXIST "..\%INPUTDIRx86%\Notepad3.exe" CALL :SUBMSG "ERROR" "Compile Notepad3 x86 first!"
IF NOT EXIST "..\%INPUTDIRx86%\minipath.exe" CALL :SUBMSG "ERROR" "Compile MiniPath x86 first!"