File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
tooling/bundler/src/bundle/windows/templates Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " tauri-bundler " : patch
3+ ---
4+
5+ Fixes blank taskbar icon on WiX updates.
Original file line number Diff line number Diff line change 3030 <Property Id =" REINSTALLMODE" Value =" amus" />
3131
3232 {{#if allow_downgrades}}
33- <MajorUpgrade AllowDowngrades = " yes " Schedule = " afterInstallValidate " />
33+ <MajorUpgrade Schedule = " afterInstallInitialize " AllowDowngrades = " yes " />
3434 {{else}}
35- <MajorUpgrade DowngradeErrorMessage =" !(loc.DowngradeErrorMessage)" AllowSameVersionUpgrades =" yes" />
35+ <MajorUpgrade Schedule = " afterInstallInitialize " DowngradeErrorMessage =" !(loc.DowngradeErrorMessage)" AllowSameVersionUpgrades =" yes" />
3636 {{/if}}
3737
3838 <InstallExecuteSequence >
You can’t perform that action at this time.
0 commit comments