From fd2a54ef1bb69863260b2ea02a9006d30bfdb5bc Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Thu, 23 May 2019 18:54:13 +0200 Subject: [PATCH] Change script to reflect the moving of Themes to Build/Themes --- np3portableapp/build_np3portableapp.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/np3portableapp/build_np3portableapp.cmd b/np3portableapp/build_np3portableapp.cmd index 855eec186..5328d4233 100644 --- a/np3portableapp/build_np3portableapp.cmd +++ b/np3portableapp/build_np3portableapp.cmd @@ -43,7 +43,7 @@ set PORTAPP_INSTALLER_CREATOR=%PORTAPP_ROOT_DIR%\PortableApps.comInstaller\Porta set NP3_DISTRIB_DIR=%SCRIPT_DIR%..\Build set NP3_DOC_DIR=%SCRIPT_DIR%..\doc set NP3_THEMES_DIR=%SCRIPT_DIR%..\themes -set NP3_STYLE_SCHEME_DIR=%SCRIPT_DIR%..\themes\style_schemata +set NP3_BUILD_SCHEMES_DIR=%SCRIPT_DIR%..\Build\Themes ::set NP3_WIN32_DIR=%SCRIPT_DIR%..\Bin\Release_x86_v141 ::set NP3_X64_DIR=%SCRIPT_DIR%..\Bin\Release_x64_v141 set NP3_WIN32_DIR=%SCRIPT_DIR%..\Bin\Release_x86_v142 @@ -115,7 +115,7 @@ for /f "delims=" %%d in ('dir /ad /b "%NP3_PORTAPP_DIR%\App\themes\"') do rmdir xcopy "%NP3_THEMES_DIR%" "%NP3_PORTAPP_DIR%\App\themes" /C /V /I /S /Y del /s /f /q "%NP3_PORTAPP_DIR%\App\DefaultData\settings\themes\*.*" -xcopy "%NP3_STYLE_SCHEME_DIR%" "%NP3_PORTAPP_DIR%\App\DefaultData\settings\themes" /C /V /I /S /Y +xcopy "%NP3_BUILD_SCHEMES_DIR%" "%NP3_PORTAPP_DIR%\App\DefaultData\settings\themes" /C /V /I /S /Y for /d %%d in (%NP3_LANGUAGE_SET%) do ( mkdir "%NP3_PORTAPP_DIR%\App\Notepad3\x64\lng\%%d"