瀏覽代碼

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

Lucas Fernandes Nogueira 2 年之前
父節點
當前提交
9093ef3314
共有 2 個文件被更改,包括 7 次插入2 次删除
  1. 5 0
      .changes/blank-taskbar-icon-windows.md
  2. 2 2
      tooling/bundler/src/bundle/windows/templates/main.wxs

+ 5 - 0
.changes/blank-taskbar-icon-windows.md

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

+ 2 - 2
tooling/bundler/src/bundle/windows/templates/main.wxs

@@ -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>