Skip to content

Commit affa348

Browse files
committed
fix(installer): Update Flutter GUI files for v0.7.0
1 parent 45ee03a commit affa348

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

windows/installer.wxs

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
<ComponentGroupRef Id="CCX_Components_MainFolder_data_flutter_assets"/>
99
<ComponentGroupRef Id="CCX_Components_MainFolder_data_flutter_assets_assets"/>
1010
<ComponentGroupRef Id="CCX_Components_MainFolder_data_flutter_assets_fonts"/>
11+
<ComponentGroupRef Id="CCX_Components_MainFolder_data_flutter_assets_shaders"/>
1112
<ComponentGroupRef Id="CCX_Components_MainFolder_data_flutter_assets_cupertino"/>
13+
<ComponentGroupRef Id="CCX_Components_MainFolder_data_flutter_assets_window_manager"/>
1214
<ComponentRef Id="ApplicationShortcutDesktop"/>
1315
</Feature>
1416
<Icon Id="ccxgui.exe" SourceFile="./installer/ccxgui.exe"/>
@@ -42,10 +44,14 @@
4244
<Directory Id="CCX_data_flutter_assets" Name="flutter_assets">
4345
<Directory Id="CCX_data_flutter_assets_assets" Name="assets"/>
4446
<Directory Id="CCX_data_flutter_assets_fonts" Name="fonts"/>
47+
<Directory Id="CCX_data_flutter_assets_shaders" Name="shaders"/>
4548
<Directory Id="dirEE44DD2D485FE70BEAFB55755745AB6E" Name="packages">
4649
<Directory Id="dir382F01892F72FB688A688BE6E01B93A3" Name="cupertino_icons">
4750
<Directory Id="CCX_data_flutter_assets_cupertino" Name="assets"/>
4851
</Directory>
52+
<Directory Id="dirWindowManager" Name="window_manager">
53+
<Directory Id="dirWindowManagerImages" Name="images"/>
54+
</Directory>
4955
</Directory>
5056
</Directory>
5157
</Directory>
@@ -113,7 +119,10 @@
113119
<File Source="./installer/desktop_drop_plugin.dll" KeyPath="yes"/>
114120
</Component>
115121
<Component Guid="{BE7FE765-EBA8-4FAB-8864-8561C50D39CF}">
116-
<File Source="./installer/window_size_plugin.dll" KeyPath="yes"/>
122+
<File Source="./installer/screen_retriever_plugin.dll" KeyPath="yes"/>
123+
</Component>
124+
<Component Guid="{29012345-6789-0123-2345-789012345678}">
125+
<File Source="./installer/window_manager_plugin.dll" KeyPath="yes"/>
117126
</Component>
118127
<!-- VC++ Runtime -->
119128
<Component Guid="{32F0A64B-0C07-4807-A48C-714B2533A03C}">
@@ -135,6 +144,9 @@
135144
</Component>
136145
</ComponentGroup>
137146
<ComponentGroup Id="CCX_Components_MainFolder_data_flutter_assets" Directory="CCX_data_flutter_assets">
147+
<Component Id="cmpAssetManifestBin" Guid="{3A012345-6789-0123-3456-890123456789}">
148+
<File Id="filAssetManifestBin" KeyPath="yes" Source="./installer/data/flutter_assets/AssetManifest.bin"/>
149+
</Component>
138150
<Component Id="cmp1C63471C238EEA92D0AE37BC7DF9E605" Guid="{DEAF277D-3D05-4B37-A732-9514B503B74A}">
139151
<File Id="fil3F43BEEF0A85EE6619E4674CA43CB616" KeyPath="yes" Source="./installer/data/flutter_assets/AssetManifest.json"/>
140152
</Component>
@@ -163,6 +175,25 @@
163175
<File Id="fil341334402AF57DB92DF3F7C92E983317" KeyPath="yes" Source="./installer/data/flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf"/>
164176
</Component>
165177
</ComponentGroup>
178+
<ComponentGroup Id="CCX_Components_MainFolder_data_flutter_assets_shaders" Directory="CCX_data_flutter_assets_shaders">
179+
<Component Id="cmpInkSparkleFrag" Guid="{4B012345-6789-0123-4567-901234567890}">
180+
<File Id="filInkSparkleFrag" KeyPath="yes" Source="./installer/data/flutter_assets/shaders/ink_sparkle.frag"/>
181+
</Component>
182+
</ComponentGroup>
183+
<ComponentGroup Id="CCX_Components_MainFolder_data_flutter_assets_window_manager" Directory="dirWindowManagerImages">
184+
<Component Id="cmpWmClose" Guid="{5C012345-6789-0123-5678-012345678901}">
185+
<File Id="filWmClose" KeyPath="yes" Source="./installer/data/flutter_assets/packages/window_manager/images/ic_chrome_close.png"/>
186+
</Component>
187+
<Component Id="cmpWmMaximize" Guid="{6D012345-6789-0123-6789-123456789012}">
188+
<File Id="filWmMaximize" KeyPath="yes" Source="./installer/data/flutter_assets/packages/window_manager/images/ic_chrome_maximize.png"/>
189+
</Component>
190+
<Component Id="cmpWmMinimize" Guid="{7E012345-6789-0123-7890-234567890123}">
191+
<File Id="filWmMinimize" KeyPath="yes" Source="./installer/data/flutter_assets/packages/window_manager/images/ic_chrome_minimize.png"/>
192+
</Component>
193+
<Component Id="cmpWmUnmaximize" Guid="{8F012345-6789-0123-8901-345678901234}">
194+
<File Id="filWmUnmaximize" KeyPath="yes" Source="./installer/data/flutter_assets/packages/window_manager/images/ic_chrome_unmaximize.png"/>
195+
</Component>
196+
</ComponentGroup>
166197
</Fragment>
167198
</Wix>
168199

0 commit comments

Comments
 (0)