mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
Merge remote-tracking branch 'Notepad3_upstream_Rizone/master' into Dev_UCHARDET
This commit is contained in:
commit
eb1a2ddbc4
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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.
Loading…
Reference in New Issue
Block a user