Add forgotten files into the binary packages

pull/12688/head
Don Ho 2022-12-21 23:52:53 +01:00
parent caa4827e18
commit 529693a559
3 changed files with 35 additions and 0 deletions

View File

@ -152,6 +152,13 @@ SectionGroup "Auto-completion Files" autoCompletionComponent
SetOutPath "$INSTDIR\autoCompletion"
File ".\APIs\typescript.xml"
${MementoSectionEnd}
${MementoSection} "PowerShell" PowerShell
SetOutPath "$INSTDIR\autoCompletion"
File ".\APIs\powershell.xml"
${MementoSectionEnd}
SectionGroupEnd
@ -265,4 +272,9 @@ SectionGroup un.autoCompletionComponent
Delete "$INSTDIR\autoCompletion\typescript.xml"
SectionEnd
Section un.PowerShell
Delete "$INSTDIR\autoCompletion\powershell.xml"
SectionEnd
SectionGroupEnd

View File

@ -183,6 +183,16 @@ SectionGroup "Function List Files" functionListComponent
File ".\functionList\typescript.xml"
${MementoSectionEnd}
${MementoSection} "Pascal" Pascal
SetOutPath "$INSTDIR\functionList"
File ".\functionList\pascl.xml"
${MementoSectionEnd}
${MementoSection} "NppExecScript" NppExecScript
SetOutPath "$INSTDIR\functionList"
File ".\functionList\nppexec.xml"
${MementoSectionEnd}
SetOverwrite off
${MementoSection} "Override Map" OverrideMap_FL
SetOutPath "$INSTDIR\functionList"
@ -329,5 +339,12 @@ SectionGroup un.functionListComponent
Delete "$INSTDIR\functionList\typescript.xml"
SectionEnd
Section un.Pascal
Delete "$INSTDIR\functionList\pascal.xml"
SectionEnd
Section un.NppExecScript
Delete "$INSTDIR\functionList\nppexec.xml"
SectionEnd
SectionGroupEnd

View File

@ -251,6 +251,8 @@ 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\tabContextMenu_example.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\
@ -274,6 +276,8 @@ 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\tabContextMenu_example.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\
@ -297,6 +301,8 @@ copy /Y ..\src\stylers.model.xml .\zipped.package.releaseArm64\
If ErrorLevel 1 goto End
copy /Y ..\src\contextMenu.xml .\zipped.package.releaseArm64\
If ErrorLevel 1 goto End
copy /Y ..\src\tabContextMenu_example.xml .\zipped.package.releaseArm64\
If ErrorLevel 1 goto End
copy /Y ..\src\shortcuts.xml .\zipped.package.releaseArm64\
If ErrorLevel 1 goto End
copy /Y ..\bin\doLocalConf.xml .\zipped.package.releaseArm64\