mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-23 22:04:55 +02:00
Remove Plugin Manager from the package
This commit is contained in:
parent
77d9a9959a
commit
a0bc7ac5fb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user