From a0bc7ac5fb4ff54af2bb8b9ca49157b5ca1bf2ca Mon Sep 17 00:00:00 2001 From: Don HO Date: Thu, 13 Jul 2017 20:47:03 +0200 Subject: [PATCH] Remove Plugin Manager from the package --- PowerEditor/installer/packageAll.bat | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/PowerEditor/installer/packageAll.bat b/PowerEditor/installer/packageAll.bat index ba9130629..7db70e681 100644 --- a/PowerEditor/installer/packageAll.bat +++ b/PowerEditor/installer/packageAll.bat @@ -43,9 +43,6 @@ If ErrorLevel 1 goto End signtool.exe sign /f %NPP_CERT% /p %NPP_CERT_PWD% /d "Notepad++" /du https://notepad-plus-plus.org/ /t http://timestamp.digicert.com/ ..\bin64\updater\libcurl.dll If ErrorLevel 1 goto End -signtool.exe sign /f %NPP_CERT% /p %NPP_CERT_PWD% /d "Notepad++" /du https://notepad-plus-plus.org/ /t http://timestamp.digicert.com/ ..\bin\updater\gpup.exe -If ErrorLevel 1 goto End - signtool.exe sign /f %NPP_CERT% /p %NPP_CERT_PWD% /d "Notepad++" /du https://notepad-plus-plus.org/ /t http://timestamp.digicert.com/ ..\bin\plugins\NppExport.dll If ErrorLevel 1 goto End signtool.exe sign /f %NPP_CERT% /p %NPP_CERT_PWD% /d "Notepad++" /du https://notepad-plus-plus.org/ /t http://timestamp.digicert.com/ ..\bin\plugins\mimeTools.dll @@ -54,8 +51,6 @@ If ErrorLevel 1 goto End signtool.exe sign /f %NPP_CERT% /p %NPP_CERT_PWD% /d "Notepad++" /du https://notepad-plus-plus.org/ /t http://timestamp.digicert.com/ ..\bin\plugins\NppConverter.dll signtool.exe sign /f %NPP_CERT% /p %NPP_CERT_PWD% /d "Notepad++" /du https://notepad-plus-plus.org/ /t http://timestamp.digicert.com/ ..\bin64\plugins\NppConverter.dll If ErrorLevel 1 goto End -signtool.exe sign /f %NPP_CERT% /p %NPP_CERT_PWD% /d "Notepad++" /du https://notepad-plus-plus.org/ /t http://timestamp.digicert.com/ ..\bin\plugins\PluginManager.dll -If ErrorLevel 1 goto End :NoSign @@ -174,16 +169,6 @@ copy /Y "..\bin64\plugins\NppConverter.dll" .\zipped.package.release64\plugins\ If ErrorLevel 1 goto End -rem plugins manager and its updater -copy /Y "..\bin\plugins\PluginManager.dll" .\zipped.package.release\plugins\ -If ErrorLevel 1 goto End -copy /Y "..\bin\plugins\Config\PluginManager.ini" .\zipped.package.release\plugins\Config\ -If ErrorLevel 1 goto End -copy /Y "..\bin\updater\gpup.exe" .\zipped.package.release\updater\ -If ErrorLevel 1 goto End - - - rem localizations copy /Y ".\nativeLang\*.xml" .\zipped.package.release\localization\ If ErrorLevel 1 goto End