From 9ab418a7759036ab7541222305c5407c3adf8522 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Fri, 5 Mar 2021 11:55:33 +0100 Subject: [PATCH] MUI - Fix: in ".zip" version, some filenames in "gwLng" folder are incorrectly displayed --- Build/make_portable(.zip).cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Build/make_portable(.zip).cmd b/Build/make_portable(.zip).cmd index b210412af..41b856c7d 100644 --- a/Build/make_portable(.zip).cmd +++ b/Build/make_portable(.zip).cmd @@ -57,7 +57,7 @@ IF EXIST "%TEMP_NAME%\Notepad3_%NP3_VER%*.zip" DEL /F /Q "Notepad3_%NP3_VER%*.zi PUSHD "%TEMP_NAME%" -"%SEVENZIP%" a -tzip -mx=7 Notepad3_%NP3_VER%.zip * >NUL +"%SEVENZIP%" a -tzip -mcu=on -mx=7 Notepad3_%NP3_VER%.zip * >NUL IF %ERRORLEVEL% NEQ 0 CALL :SUBMSG "ERROR" "Compilation failed!" CALL :SUBMSG "INFO" "Notepad3_%NP3_VER%.zip created successfully!" @@ -105,7 +105,7 @@ SET "FAVORITES=%TEMP_NAME%\Favorites" IF NOT EXIST "%FAVORITES%" MD "%FAVORITES%" PUSHD "%TEMP_NAME%" -"%SEVENZIP%" a -tzip -mx=7^ +"%SEVENZIP%" a -tzip -mcu=on -mx=7^ "%ZIP_NAME%.zip" "License.txt" "Notepad3.exe" "Notepad3.ini" "grepWinLicense.txt" "Readme.txt"^ "Favorites" "minipath.exe" "minipath.ini" "grepWinNP3.exe" "lng" "themes" "Docs">NUL IF %ERRORLEVEL% NEQ 0 CALL :SUBMSG "ERROR" "Compilation failed!"