mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-21 04:44:40 +02:00
Remove SciLexer.dll from the packaging
This commit is contained in:
parent
ab58c8ee3e
commit
b09fb1e719
@ -93,10 +93,8 @@ Function copyCommonFiles
|
|||||||
File "..\bin\readme.txt"
|
File "..\bin\readme.txt"
|
||||||
|
|
||||||
!ifdef ARCH64
|
!ifdef ARCH64
|
||||||
File "..\bin64\SciLexer.dll"
|
|
||||||
File "..\bin64\notepad++.exe"
|
File "..\bin64\notepad++.exe"
|
||||||
!else
|
!else
|
||||||
File "..\bin\SciLexer.dll"
|
|
||||||
File "..\bin\notepad++.exe"
|
File "..\bin\notepad++.exe"
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
|
@ -23,10 +23,6 @@ signtool.exe sign /f %NPP_CERT% /p %NPP_CERT_PWD% /d "Notepad++" /du https://not
|
|||||||
If ErrorLevel 1 goto End
|
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\notepad++.exe
|
signtool.exe sign /f %NPP_CERT% /p %NPP_CERT_PWD% /d "Notepad++" /du https://notepad-plus-plus.org/ /t http://timestamp.digicert.com/ ..\bin64\notepad++.exe
|
||||||
If ErrorLevel 1 goto End
|
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\SciLexer.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/ ..\bin64\SciLexer.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\NppShell_06.dll
|
signtool.exe sign /f %NPP_CERT% /p %NPP_CERT_PWD% /d "Notepad++" /du https://notepad-plus-plus.org/ /t http://timestamp.digicert.com/ ..\bin\NppShell_06.dll
|
||||||
If ErrorLevel 1 goto End
|
If ErrorLevel 1 goto End
|
||||||
@ -89,8 +85,6 @@ copy /Y ..\bin\doLocalConf.xml .\minimalist\
|
|||||||
If ErrorLevel 1 goto End
|
If ErrorLevel 1 goto End
|
||||||
copy /Y ..\bin\"notepad++.exe" .\minimalist\
|
copy /Y ..\bin\"notepad++.exe" .\minimalist\
|
||||||
If ErrorLevel 1 goto End
|
If ErrorLevel 1 goto End
|
||||||
copy /Y ..\bin\SciLexer.dll .\minimalist\
|
|
||||||
If ErrorLevel 1 goto End
|
|
||||||
|
|
||||||
rmdir /S /Q .\minimalist64
|
rmdir /S /Q .\minimalist64
|
||||||
mkdir .\minimalist64
|
mkdir .\minimalist64
|
||||||
@ -116,8 +110,6 @@ copy /Y ..\bin\doLocalConf.xml .\minimalist64\
|
|||||||
If ErrorLevel 1 goto End
|
If ErrorLevel 1 goto End
|
||||||
copy /Y ..\bin64\"notepad++.exe" .\minimalist64\
|
copy /Y ..\bin64\"notepad++.exe" .\minimalist64\
|
||||||
If ErrorLevel 1 goto End
|
If ErrorLevel 1 goto End
|
||||||
copy /Y ..\bin64\SciLexer.dll .\minimalist64\
|
|
||||||
If ErrorLevel 1 goto End
|
|
||||||
|
|
||||||
rem Remove old built Notepad++ 32-bit package
|
rem Remove old built Notepad++ 32-bit package
|
||||||
rmdir /S /Q .\zipped.package.release
|
rmdir /S /Q .\zipped.package.release
|
||||||
@ -174,8 +166,6 @@ copy /Y ..\bin\doLocalConf.xml .\zipped.package.release\
|
|||||||
If ErrorLevel 1 goto End
|
If ErrorLevel 1 goto End
|
||||||
copy /Y ..\bin\"notepad++.exe" .\zipped.package.release\
|
copy /Y ..\bin\"notepad++.exe" .\zipped.package.release\
|
||||||
If ErrorLevel 1 goto End
|
If ErrorLevel 1 goto End
|
||||||
copy /Y ..\bin\SciLexer.dll .\zipped.package.release\
|
|
||||||
If ErrorLevel 1 goto End
|
|
||||||
|
|
||||||
|
|
||||||
rem Basic Copy needed files into Notepad++ 64-bit package folders
|
rem Basic Copy needed files into Notepad++ 64-bit package folders
|
||||||
@ -197,8 +187,6 @@ copy /Y ..\bin\doLocalConf.xml .\zipped.package.release64\
|
|||||||
If ErrorLevel 1 goto End
|
If ErrorLevel 1 goto End
|
||||||
copy /Y ..\bin64\"notepad++.exe" .\zipped.package.release64\
|
copy /Y ..\bin64\"notepad++.exe" .\zipped.package.release64\
|
||||||
If ErrorLevel 1 goto End
|
If ErrorLevel 1 goto End
|
||||||
copy /Y ..\bin64\SciLexer.dll .\zipped.package.release64\
|
|
||||||
If ErrorLevel 1 goto End
|
|
||||||
|
|
||||||
|
|
||||||
rem Plugins: Copy needed files into Notepad++ 32-bit package folders
|
rem Plugins: Copy needed files into Notepad++ 32-bit package folders
|
||||||
|
Loading…
x
Reference in New Issue
Block a user