Merge remote-tracking branch 'Notepad3_upstream_Rizone/master' into Dev_UCHARDET

This commit is contained in:
Rainer Kottenhoff 2019-03-18 13:43:04 +01:00
commit eb1a2ddbc4
3 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

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

View File

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

Binary file not shown.