File tree Expand file tree Collapse file tree
tooling/bundler/src/bundle/windows/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ " tauri-bundler " : patch
3+ ---
4+
5+ Fixes lost files on upgrade due to wrong implementation to keep shortcuts.
Original file line number Diff line number Diff line change 3030 <Property Id =" REINSTALLMODE" Value =" dmus" />
3131
3232 {{#if allow_downgrades}}
33- <MajorUpgrade AllowDowngrades =" yes" Schedule =" afterInstallExecute " />
33+ <MajorUpgrade AllowDowngrades =" yes" Schedule =" afterInstallValidate " />
3434 {{else}}
3535 <MajorUpgrade DowngradeErrorMessage =" !(loc.DowngradeErrorMessage)" AllowSameVersionUpgrades =" yes" />
3636 {{/if}}
3737
38+ <InstallExecuteSequence >
39+ <RemoveShortcuts >Installed AND NOT UPGRADINGPRODUCTCODE</RemoveShortcuts >
40+ </InstallExecuteSequence >
41+
3842 <Media Id =" 1" Cabinet =" app.cab" EmbedCab =" yes" />
3943
4044 {{#if banner_path}}
You can’t perform that action at this time.
0 commit comments