diff --git a/.gitignore b/.gitignore index 1996a3042..8a64b5d79 100644 --- a/.gitignore +++ b/.gitignore @@ -59,6 +59,7 @@ Thumbs.db /np3portableapp/*.paf.exe /np3portableapp/Notepad3Portable/Notepad3Portable.exe /np3portableapp/Notepad3Portable/App/AppInfo/appinfo.ini +/np3portableapp/Notepad3Portable/App/DefaultData/settings /np3portableapp/Notepad3Portable/App/Notepad3/*.exe /np3portableapp/Notepad3Portable/App/Notepad3/x64/*.exe /np3portableapp/Notepad3Portable/App/Notepad3/x64/lng diff --git a/np3portableapp/build_np3portableapp.cmd b/np3portableapp/build_np3portableapp.cmd index 4d6012623..855eec186 100644 --- a/np3portableapp/build_np3portableapp.cmd +++ b/np3portableapp/build_np3portableapp.cmd @@ -82,6 +82,8 @@ if defined FILEVER set VERSION=%FILEVER% :: --- Prepare Build --- +if not exist "%NP3_PORTAPP_DIR%\App\DefaultData\settings\" mkdir "%NP3_PORTAPP_DIR%\App\DefaultData\settings\" + copy "%NP3_DISTRIB_DIR%\Notepad3.ini" "%NP3_PORTAPP_DIR%\App\DefaultData\settings\Notepad3.ini" /Y /V copy "%NP3_DISTRIB_DIR%\minipath.ini" "%NP3_PORTAPP_DIR%\App\DefaultData\settings\minipath.ini" /Y /V copy "%NP3_DISTRIB_DIR%\Changes.txt" "%NP3_PORTAPP_DIR%\Other\Help\Changes.txt" /Y /V diff --git a/themes/style_schemata/Dark Theme.ini b/themes/style_schemata/Dark Theme.ini index 8df00eb6d..2fb36baca 100644 Binary files a/themes/style_schemata/Dark Theme.ini and b/themes/style_schemata/Dark Theme.ini differ