diff --git a/PowerEditor/installer/nppSetup.nsi b/PowerEditor/installer/nppSetup.nsi index ce2ed2674..d707bb795 100644 --- a/PowerEditor/installer/nppSetup.nsi +++ b/PowerEditor/installer/nppSetup.nsi @@ -804,19 +804,6 @@ SectionGroupEnd SectionGroup "Plugins" Plugins SetOverwrite on - ${MementoSection} "Npp FTP" NppFTP - Delete "$INSTDIR\plugins\NppFTP.dll" - SetOutPath "$INSTDIR\plugins" - File "..\bin\plugins\NppFTP.dll" - SetOutPath "$INSTDIR\plugins\doc\NppFTP" - File "..\bin\plugins\doc\NppFTP\license_NppFTP.txt" - File "..\bin\plugins\doc\NppFTP\license_libssh.txt" - File "..\bin\plugins\doc\NppFTP\license_OpenSSL.txt" - File "..\bin\plugins\doc\NppFTP\license_TiXML.txt" - File "..\bin\plugins\doc\NppFTP\license_ZLIB.txt" - File "..\bin\plugins\doc\NppFTP\license_UTCP.htm" - File "..\bin\plugins\doc\NppFTP\Readme.txt" - ${MementoSectionEnd} ${MementoSection} "NppExport" NppExport Delete "$INSTDIR\plugins\NppExport.dll" diff --git a/PowerEditor/installer/packageAll.bat b/PowerEditor/installer/packageAll.bat index 75b7670b1..8db3eeaae 100644 --- a/PowerEditor/installer/packageAll.bat +++ b/PowerEditor/installer/packageAll.bat @@ -91,8 +91,6 @@ If ErrorLevel 1 PAUSE rem Plugins -copy /Y "..\bin\plugins\NppFTP.dll" .\zipped.package.release\plugins\ -If ErrorLevel 1 PAUSE copy /Y "..\bin\plugins\NppExport.dll" .\zipped.package.release\plugins\ If ErrorLevel 1 PAUSE copy /Y "..\bin\plugins\mimeTools.dll" .\zipped.package.release\plugins\