File tree 2 files changed +8
-4
lines changed
tooling/bundler/src/bundle/windows/templates
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " tauri-bundler " : patch
3
+ ---
4
+
5
+ Fix WIX uninstaller by using unique ` GUID ` shortcut.
Original file line number Diff line number Diff line change 88
88
</Component >
89
89
{{/each~}}
90
90
{{{resources}}}
91
- <Component Id =" CMP_ReadFileShortcut"
92
- Guid =" 1AF06B42-CD42-4AED-959F-36DB5E512046" >
91
+ <Component Id =" CMP_UninstallShortcut" Guid =" *" >
93
92
94
93
<Shortcut Id =" UninstallShortcut"
95
94
Name =" Uninstall {{{product_name}}}"
110
109
</DirectoryRef >
111
110
112
111
<DirectoryRef Id =" ApplicationProgramsFolder" >
113
- <Component Id =" ApplicationShortcut" Guid =" 81ccebd8-b769-4bed-bdbd-0340f9f7cad1 " >
112
+ <Component Id =" ApplicationShortcut" Guid =" * " >
114
113
<Shortcut Id =" ApplicationStartMenuShortcut"
115
114
Name =" {{{product_name}}}"
116
115
Description =" Runs {{{product_name}}}"
152
151
Title =" Shortcuts"
153
152
Level =" 1" >
154
153
<ComponentRef Id =" Path" />
155
- <ComponentRef Id =" CMP_ReadFileShortcut " />
154
+ <ComponentRef Id =" CMP_UninstallShortcut " />
156
155
<ComponentRef Id =" ApplicationShortcut" />
157
156
<ComponentRef Id =" ApplicationShortcutDesktop" />
158
157
</Feature >
You can’t perform that action at this time.
0 commit comments