Change script to reflect the moving of Themes to Build/Themes

This commit is contained in:
Pairi Daiza 2019-05-23 18:54:13 +02:00
parent e702fd6db2
commit fd2a54ef1b

View File

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