[packaging] Added missing intel artifacts to installers
This commit is contained in:
@@ -33,6 +33,9 @@ var dataDir
|
||||
File "..\..\..\..\intel\index.dsd"
|
||||
File "..\..\..\..\intel\intermediate.dsdl"
|
||||
File "..\..\..\..\intel\urgent.dsdl"
|
||||
File "..\..\..\..\intel\main-intel.yaml"
|
||||
File "..\..\..\..\intel\notifications.yaml"
|
||||
File "..\..\..\..\intel\news.yaml"
|
||||
|
||||
; restire previous state
|
||||
SetOutPath "$INSTDIR"
|
||||
@@ -149,6 +152,9 @@ var dataDir
|
||||
Delete /REBOOTOK "$COMMONPROGRAMDATA\Portmaster\intel\index.dsd"
|
||||
Delete /REBOOTOK "$COMMONPROGRAMDATA\Portmaster\intel\intermediate.dsdl"
|
||||
Delete /REBOOTOK "$COMMONPROGRAMDATA\Portmaster\intel\urgent.dsdl"
|
||||
Delete /REBOOTOK "$COMMONPROGRAMDATA\Portmaster\intel\main-intel.yaml"
|
||||
Delete /REBOOTOK "$COMMONPROGRAMDATA\Portmaster\intel\notifications.yaml"
|
||||
Delete /REBOOTOK "$COMMONPROGRAMDATA\Portmaster\intel\news.yaml"
|
||||
RMDir /r /REBOOTOK "$COMMONPROGRAMDATA\Portmaster\intel"
|
||||
|
||||
${If} $DeleteAppDataCheckboxState = 1
|
||||
|
||||
@@ -27,6 +27,9 @@
|
||||
<File Id="IndexDsd" Source="..\..\..\..\intel\index.dsd" />
|
||||
<File Id="IntermediateDsdl" Source="..\..\..\..\intel\intermediate.dsdl" />
|
||||
<File Id="UrgentDsdl" Source="..\..\..\..\intel\urgent.dsdl" />
|
||||
<File Id="MainIntelYaml" Source="..\..\..\..\intel\main-intel.yaml" />
|
||||
<File Id="NotificationsYaml" Source="..\..\..\..\intel\notifications.yaml" />
|
||||
<File Id="NewsYaml" Source="..\..\..\..\intel\news.yaml" />
|
||||
</Component>
|
||||
|
||||
<Component Id="PortmasterCoreService" Directory="INSTALLDIR" Guid="76ebd748-d620-484b-9035-5a64bbe2c26d">
|
||||
|
||||
Reference in New Issue
Block a user