From fa15bf1e5b9ed4c11b1b04a18bf3e4ff85525d84 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Sun, 24 May 2020 18:57:38 +0200 Subject: [PATCH] + chg: minor correction --- np3portableapp/build_np3portableapp.cmd | 1 - 1 file changed, 1 deletion(-) diff --git a/np3portableapp/build_np3portableapp.cmd b/np3portableapp/build_np3portableapp.cmd index 520bb3bd5..45f6822b8 100644 --- a/np3portableapp/build_np3portableapp.cmd +++ b/np3portableapp/build_np3portableapp.cmd @@ -113,7 +113,6 @@ copy "%NP3_DOC_DIR%\KeyboardShortcuts.txt" "%NP3_PORTAPP_DIR%\App\Notepad3\Docs\ copy "%NP3_DOC_DIR%\Oniguruma_RE.txt" "%NP3_PORTAPP_DIR%\App\Notepad3\Docs\Oniguruma_RE.txt" /Y /V copy "%NP3_DOC_DIR%\crypto\encryption-doc.txt" "%NP3_PORTAPP_DIR%\App\Notepad3\Docs\encryption-doc.txt" /Y /V copy "%NP3_DOC_DIR%\crypto\read_me.txt" "%NP3_PORTAPP_DIR%\App\Notepad3\Docs\encrypt-read_me.txt" /Y /V -cls :: clear Notepad3\x64 and Notepad3\x86 binary dir (except all .ini files) for /f %%f in ('dir "%NP3_PORTAPP_DIR%\App\Notepad3\x64\" /b /a-d /s ^| findstr /v /e .ini') do del "%%f"