c2159afa9d
The XML file is updated from v2.x to v3.2.0 in the commit: Edditoria/markdown-plus-plus@c137918 Also rename it shorter and starting with "m". So users can sort their UDL file-list in tidy. Close #9058
357 lines
16 KiB
Batchfile
357 lines
16 KiB
Batchfile
echo off
|
|
rem this file is part of installer for Notepad++
|
|
rem Copyright (C)2006 Don HO <don.h@free.fr>
|
|
rem
|
|
rem This program is free software; you can redistribute it and/or
|
|
rem modify it under the terms of the GNU General Public License
|
|
rem as published by the Free Software Foundation; either
|
|
rem version 2 of the License, or (at your option) any later version.
|
|
rem
|
|
rem This program is distributed in the hope that it will be useful,
|
|
rem but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
rem GNU General Public License for more details.
|
|
rem
|
|
rem You should have received a copy of the GNU General Public License
|
|
rem along with this program; if not, write to the Free Software
|
|
rem Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
|
|
echo on
|
|
|
|
if %SIGN% == 0 goto NoSign
|
|
|
|
signtool.exe sign /f %NPP_CERT% /p %NPP_CERT_PWD% /d "Notepad++" /du https://notepad-plus-plus.org/ /t http://timestamp.digicert.com/ ..\bin\notepad++.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/ ..\bin64\notepad++.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\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
|
|
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\NppShell64_06.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\Config\nppPluginList.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\plugins\Config\nppPluginList.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\GUP.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/ ..\bin64\updater\GUP.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\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/ ..\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\plugins\NppExport\NppExport.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\NppExport\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\mimeTools.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\mimeTools\mimeTools.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\NppConverter\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\NppConverter.dll
|
|
If ErrorLevel 1 goto End
|
|
|
|
:NoSign
|
|
|
|
|
|
rmdir /S /Q .\build
|
|
mkdir .\build
|
|
|
|
rem Notepad++ minimalist package
|
|
rmdir /S /Q .\minimalist
|
|
mkdir .\minimalist
|
|
mkdir .\minimalist\userDefineLangs
|
|
|
|
copy /Y ..\bin\license.txt .\minimalist\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\bin\readme.txt .\minimalist\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\bin\change.log .\minimalist\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y "..\bin\userDefineLangs\markdown._preinstalled.udl.xml" .\minimalist\userDefineLangs\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\src\langs.model.xml .\minimalist\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\src\stylers.model.xml .\minimalist\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\src\contextMenu.xml .\minimalist\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\src\shortcuts.xml .\minimalist\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\bin\doLocalConf.xml .\minimalist\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\bin\"notepad++.exe" .\minimalist\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\bin\SciLexer.dll .\minimalist\
|
|
If ErrorLevel 1 goto End
|
|
|
|
rmdir /S /Q .\minimalist64
|
|
mkdir .\minimalist64
|
|
mkdir .\minimalist64\userDefineLangs
|
|
|
|
copy /Y ..\bin\license.txt .\minimalist64\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\bin\readme.txt .\minimalist64\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\bin\change.log .\minimalist64\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y "..\bin\userDefineLangs\markdown._preinstalled.udl.xml" .\minimalist64\userDefineLangs\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\src\langs.model.xml .\minimalist64\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\src\stylers.model.xml .\minimalist64\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\src\contextMenu.xml .\minimalist64\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\src\shortcuts.xml .\minimalist64\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\bin\doLocalConf.xml .\minimalist64\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\bin64\"notepad++.exe" .\minimalist64\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\bin64\SciLexer.dll .\minimalist64\
|
|
If ErrorLevel 1 goto End
|
|
|
|
rem Remove old built Notepad++ 32-bit package
|
|
rmdir /S /Q .\zipped.package.release
|
|
|
|
rem Re-build Notepad++ 32-bit package folders
|
|
mkdir .\zipped.package.release
|
|
mkdir .\zipped.package.release\updater
|
|
mkdir .\zipped.package.release\localization
|
|
mkdir .\zipped.package.release\themes
|
|
mkdir .\zipped.package.release\autoCompletion
|
|
mkdir .\zipped.package.release\functionList
|
|
mkdir .\zipped.package.release\userDefineLangs
|
|
mkdir .\zipped.package.release\plugins
|
|
mkdir .\zipped.package.release\plugins\NppExport
|
|
mkdir .\zipped.package.release\plugins\mimeTools
|
|
mkdir .\zipped.package.release\plugins\NppConverter
|
|
mkdir .\zipped.package.release\plugins\Config
|
|
mkdir .\zipped.package.release\plugins\doc
|
|
|
|
rem Remove old built Notepad++ 64-bit package
|
|
rmdir /S /Q .\zipped.package.release64
|
|
|
|
rem Re-build Notepad++ 64-bit package folders
|
|
mkdir .\zipped.package.release64
|
|
mkdir .\zipped.package.release64\updater
|
|
mkdir .\zipped.package.release64\localization
|
|
mkdir .\zipped.package.release64\themes
|
|
mkdir .\zipped.package.release64\autoCompletion
|
|
mkdir .\zipped.package.release64\functionList
|
|
mkdir .\zipped.package.release64\userDefineLangs
|
|
mkdir .\zipped.package.release64\plugins
|
|
mkdir .\zipped.package.release64\plugins\NppExport
|
|
mkdir .\zipped.package.release64\plugins\mimeTools
|
|
mkdir .\zipped.package.release64\plugins\NppConverter
|
|
mkdir .\zipped.package.release64\plugins\Config
|
|
mkdir .\zipped.package.release64\plugins\doc
|
|
|
|
rem Basic: Copy needed files into Notepad++ 32-bit package folders
|
|
copy /Y ..\bin\license.txt .\zipped.package.release\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\bin\readme.txt .\zipped.package.release\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\bin\change.log .\zipped.package.release\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\src\langs.model.xml .\zipped.package.release\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\src\stylers.model.xml .\zipped.package.release\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\src\contextMenu.xml .\zipped.package.release\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\src\shortcuts.xml .\zipped.package.release\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\bin\doLocalConf.xml .\zipped.package.release\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\bin\"notepad++.exe" .\zipped.package.release\
|
|
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
|
|
copy /Y ..\bin\license.txt .\zipped.package.release64\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\bin\readme.txt .\zipped.package.release64\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\bin\change.log .\zipped.package.release64\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\src\langs.model.xml .\zipped.package.release64\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\src\stylers.model.xml .\zipped.package.release64\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\src\contextMenu.xml .\zipped.package.release64\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\src\shortcuts.xml .\zipped.package.release64\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\bin\doLocalConf.xml .\zipped.package.release64\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\bin64\"notepad++.exe" .\zipped.package.release64\
|
|
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
|
|
copy /Y "..\bin\plugins\NppExport\NppExport.dll" .\zipped.package.release\plugins\NppExport\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y "..\bin\plugins\mimeTools\mimeTools.dll" .\zipped.package.release\plugins\mimeTools\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y "..\bin\plugins\NppConverter\NppConverter.dll" .\zipped.package.release\plugins\NppConverter\
|
|
If ErrorLevel 1 goto End
|
|
|
|
rem Plugins: Copy needed files into Notepad++ 64-bit package folders
|
|
copy /Y "..\bin64\plugins\NppExport\NppExport.dll" .\zipped.package.release64\plugins\NppExport\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y "..\bin64\plugins\mimeTools\mimeTools.dll" .\zipped.package.release64\plugins\mimeTools\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y "..\bin64\plugins\NppConverter\NppConverter.dll" .\zipped.package.release64\plugins\NppConverter\
|
|
If ErrorLevel 1 goto End
|
|
|
|
rem localizations: Copy all files into Notepad++ 32-bit/64-bit package folders
|
|
copy /Y ".\nativeLang\*.xml" .\zipped.package.release\localization\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ".\nativeLang\*.xml" .\zipped.package.release64\localization\
|
|
If ErrorLevel 1 goto End
|
|
|
|
rem files API: Copy all files into Notepad++ 32-bit/64-bit package folders
|
|
copy /Y ".\APIs\*.xml" .\zipped.package.release\autoCompletion\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ".\APIs\*.xml" .\zipped.package.release64\autoCompletion\
|
|
If ErrorLevel 1 goto End
|
|
|
|
rem FunctionList files: Copy all files into Notepad++ 32-bit/64-bit package folders
|
|
copy /Y ".\functionList\*.xml" .\zipped.package.release\functionList\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ".\functionList\*.xml" .\zipped.package.release64\functionList\
|
|
If ErrorLevel 1 goto End
|
|
|
|
rem Markdown as UserDefineLanguge: Markdown syntax highlighter into Notepad++ 32-bit/64-bit package folders
|
|
copy /Y "..\bin\userDefineLangs\markdown._preinstalled.udl.xml" .\zipped.package.release\userDefineLangs\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y "..\bin\userDefineLangs\markdown._preinstalled.udl.xml" .\zipped.package.release64\userDefineLangs\
|
|
If ErrorLevel 1 goto End
|
|
|
|
rem theme: Copy all files into Notepad++ 32-bit/64-bit package folders
|
|
copy /Y ".\themes\*.xml" .\zipped.package.release\themes\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ".\themes\*.xml" .\zipped.package.release64\themes\
|
|
If ErrorLevel 1 goto End
|
|
|
|
rem Plugins Admin
|
|
rem for disabling auto-updater
|
|
copy /Y ..\src\config.4zipPackage.xml .\zipped.package.release\config.xml
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\bin\plugins\Config\nppPluginList.dll .\zipped.package.release\plugins\Config\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\bin\updater\GUP.exe .\zipped.package.release\updater\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\bin\updater\libcurl.dll .\zipped.package.release\updater\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\bin\updater\gup.xml .\zipped.package.release\updater\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\bin\updater\LICENSE .\zipped.package.release\updater\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\bin\updater\README.md .\zipped.package.release\updater\
|
|
If ErrorLevel 1 goto End
|
|
|
|
rem For disabling auto-updater
|
|
copy /Y ..\src\config.4zipPackage.xml .\zipped.package.release64\config.xml
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\bin64\plugins\Config\nppPluginList.dll .\zipped.package.release64\plugins\Config\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\bin64\updater\GUP.exe .\zipped.package.release64\updater\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\bin64\updater\libcurl.dll .\zipped.package.release64\updater\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\bin64\updater\gup.xml .\zipped.package.release64\updater\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\bin64\updater\LICENSE .\zipped.package.release64\updater\
|
|
If ErrorLevel 1 goto End
|
|
copy /Y ..\bin64\updater\README.md .\zipped.package.release64\updater\
|
|
If ErrorLevel 1 goto End
|
|
|
|
|
|
|
|
"C:\Program Files\7-Zip\7z.exe" a -r .\build\npp.portable.minimalist.7z .\minimalist\*
|
|
If ErrorLevel 1 goto End
|
|
"C:\Program Files\7-Zip\7z.exe" a -r .\build\npp.portable.minimalist.x64.7z .\minimalist64\*
|
|
If ErrorLevel 1 goto End
|
|
|
|
|
|
"C:\Program Files\7-Zip\7z.exe" a -tzip -r .\build\npp.portable.zip .\zipped.package.release\*
|
|
If ErrorLevel 1 goto End
|
|
"C:\Program Files\7-Zip\7z.exe" a -r .\build\npp.portable.7z .\zipped.package.release\*
|
|
If ErrorLevel 1 goto End
|
|
rem IF EXIST "%PROGRAMFILES(X86)%" ("%PROGRAMFILES(x86)%\NSIS\Unicode\makensis.exe" nppSetup.nsi) ELSE ("%PROGRAMFILES%\NSIS\Unicode\makensis.exe" nppSetup.nsi)
|
|
IF EXIST "%PROGRAMFILES(X86)%" ("%PROGRAMFILES(x86)%\NSIS\makensis.exe" nppSetup.nsi) ELSE ("%PROGRAMFILES%\NSIS\makensis.exe" nppSetup.nsi)
|
|
IF EXIST "%PROGRAMFILES(X86)%" ("%PROGRAMFILES(x86)%\NSIS\makensis.exe" -DARCH64 nppSetup.nsi) ELSE ("%PROGRAMFILES%\NSIS\makensis.exe" -DARCH64 nppSetup.nsi)
|
|
|
|
rem Remove old build
|
|
rmdir /S /Q .\zipped.package.release
|
|
|
|
rem
|
|
"C:\Program Files\7-Zip\7z.exe" a -tzip -r .\build\npp.portable.x64.zip .\zipped.package.release64\*
|
|
If ErrorLevel 1 goto End
|
|
|
|
"C:\Program Files\7-Zip\7z.exe" a -r .\build\npp.portable.x64.7z .\zipped.package.release64\*
|
|
If ErrorLevel 1 goto End
|
|
|
|
|
|
rem set var locally in this batch file
|
|
setlocal enableDelayedExpansion
|
|
|
|
cd .\build\
|
|
|
|
|
|
for %%a in (npp.*.Installer.exe) do (
|
|
rem echo a = %%a
|
|
set nppInstallerVar=%%a
|
|
set nppInstallerVar64=!nppInstallerVar:Installer.exe=Installer.x64.exe!
|
|
|
|
rem nppInstallerVar should be the version for example: 6.9
|
|
rem we put npp.6.9. + (portable.zip instead of Installer.exe) into var zipvar
|
|
set zipvar=!nppInstallerVar:Installer.exe=portable.zip!
|
|
|
|
set zipvar64=!nppInstallerVar:Installer.exe=portable.x64.zip!
|
|
set 7zvar=!nppInstallerVar:Installer.exe=portable.7z!
|
|
set 7zvar64=!nppInstallerVar:Installer.exe=portable.x64.7z!
|
|
set 7zvarMin=!nppInstallerVar:Installer.exe=portable.minimalist.7z!
|
|
set 7zvarMin64=!nppInstallerVar:Installer.exe=portable.minimalist.x64.7z!
|
|
)
|
|
|
|
rem echo zipvar=!zipvar!
|
|
rem echo zipvar64=!zipvar64!
|
|
rem echo 7zvar=!7zvar!
|
|
rem echo 7zvar64=!7zvar64!
|
|
rem echo 7zvarMin=!7zvarMin!
|
|
rem echo 7zvarMin64=!7zvarMin64!
|
|
ren npp.portable.zip !zipvar!
|
|
ren npp.portable.x64.zip !zipvar64!
|
|
ren npp.portable.7z !7zvar!
|
|
ren npp.portable.x64.7z !7zvar64!
|
|
ren npp.portable.minimalist.7z !7zvarMin!
|
|
ren npp.portable.minimalist.x64.7z !7zvarMin64!
|
|
|
|
if %SIGN% == 0 goto NoSignInstaller
|
|
signtool.exe sign /f %NPP_CERT% /p %NPP_CERT_PWD% /d "Notepad++ Installer" /du https://notepad-plus-plus.org/ /t http://timestamp.digicert.com/ !nppInstallerVar!
|
|
If ErrorLevel 1 goto End
|
|
signtool.exe sign /f %NPP_CERT% /p %NPP_CERT_PWD% /d "Notepad++ Installer" /du https://notepad-plus-plus.org/ /t http://timestamp.digicert.com/ !nppInstallerVar64!
|
|
If ErrorLevel 1 goto End
|
|
:NoSignInstaller
|
|
|
|
cd ..
|
|
|
|
endlocal
|
|
|
|
:End |