|
8 | 8 | <ComponentGroupRef Id="CCX_Components_MainFolder_data_flutter_assets"/> |
9 | 9 | <ComponentGroupRef Id="CCX_Components_MainFolder_data_flutter_assets_assets"/> |
10 | 10 | <ComponentGroupRef Id="CCX_Components_MainFolder_data_flutter_assets_fonts"/> |
| 11 | + <ComponentGroupRef Id="CCX_Components_MainFolder_data_flutter_assets_shaders"/> |
11 | 12 | <ComponentGroupRef Id="CCX_Components_MainFolder_data_flutter_assets_cupertino"/> |
| 13 | + <ComponentGroupRef Id="CCX_Components_MainFolder_data_flutter_assets_window_manager"/> |
12 | 14 | <ComponentRef Id="ApplicationShortcutDesktop"/> |
13 | 15 | </Feature> |
14 | 16 | <Icon Id="ccxgui.exe" SourceFile="./installer/ccxgui.exe"/> |
|
42 | 44 | <Directory Id="CCX_data_flutter_assets" Name="flutter_assets"> |
43 | 45 | <Directory Id="CCX_data_flutter_assets_assets" Name="assets"/> |
44 | 46 | <Directory Id="CCX_data_flutter_assets_fonts" Name="fonts"/> |
| 47 | + <Directory Id="CCX_data_flutter_assets_shaders" Name="shaders"/> |
45 | 48 | <Directory Id="dirEE44DD2D485FE70BEAFB55755745AB6E" Name="packages"> |
46 | 49 | <Directory Id="dir382F01892F72FB688A688BE6E01B93A3" Name="cupertino_icons"> |
47 | 50 | <Directory Id="CCX_data_flutter_assets_cupertino" Name="assets"/> |
48 | 51 | </Directory> |
| 52 | + <Directory Id="dirWindowManager" Name="window_manager"> |
| 53 | + <Directory Id="dirWindowManagerImages" Name="images"/> |
| 54 | + </Directory> |
49 | 55 | </Directory> |
50 | 56 | </Directory> |
51 | 57 | </Directory> |
|
113 | 119 | <File Source="./installer/desktop_drop_plugin.dll" KeyPath="yes"/> |
114 | 120 | </Component> |
115 | 121 | <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"/> |
117 | 126 | </Component> |
118 | 127 | <!-- VC++ Runtime --> |
119 | 128 | <Component Guid="{32F0A64B-0C07-4807-A48C-714B2533A03C}"> |
|
135 | 144 | </Component> |
136 | 145 | </ComponentGroup> |
137 | 146 | <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> |
138 | 150 | <Component Id="cmp1C63471C238EEA92D0AE37BC7DF9E605" Guid="{DEAF277D-3D05-4B37-A732-9514B503B74A}"> |
139 | 151 | <File Id="fil3F43BEEF0A85EE6619E4674CA43CB616" KeyPath="yes" Source="./installer/data/flutter_assets/AssetManifest.json"/> |
140 | 152 | </Component> |
|
163 | 175 | <File Id="fil341334402AF57DB92DF3F7C92E983317" KeyPath="yes" Source="./installer/data/flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf"/> |
164 | 176 | </Component> |
165 | 177 | </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> |
166 | 197 | </Fragment> |
167 | 198 | </Wix> |
168 | 199 |
|
0 commit comments