fix(bundler): blank taskbar icon on WiX update, closes #5631 (#5779)

This commit is contained in:
Lucas Fernandes Nogueira 2022-12-08 03:49:54 -08:00 committed by GitHub
parent ffe21e0225
commit 9093ef3314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1,5 @@
---
"tauri-bundler": patch
---
Fixes blank taskbar icon on WiX updates.

View File

@ -30,9 +30,9 @@
<Property Id="REINSTALLMODE" Value="amus" />
{{#if allow_downgrades}}
<MajorUpgrade AllowDowngrades="yes" Schedule="afterInstallValidate" />
<MajorUpgrade Schedule="afterInstallInitialize" AllowDowngrades="yes" />
{{else}}
<MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeErrorMessage)" AllowSameVersionUpgrades="yes" />
<MajorUpgrade Schedule="afterInstallInitialize" DowngradeErrorMessage="!(loc.DowngradeErrorMessage)" AllowSameVersionUpgrades="yes" />
{{/if}}
<InstallExecuteSequence>