mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #3020 from hpwamr/mui
+ chg: rename portable batch file
This commit is contained in:
commit
4544a33eab
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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!"
|
||||
Loading…
Reference in New Issue
Block a user