Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
@@ -0,0 +1,5 @@
+---
+"tauri-bundler": patch
+
+Fixes the Microsoft Installer launch path.
@@ -52,7 +52,7 @@
<!-- launch app checkbox -->
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="!(loc.LaunchApp)" />
- <Property Id="WixShellExecTarget" Value="{{{app_exe_source}}}" />
+ <Property Id="WixShellExecTarget" Value="[!Path]" />
<CustomAction Id="LaunchApplication" BinaryKey="WixCA" DllEntry="WixShellExec" Impersonate="yes" />
<UI>
@@ -1019,9 +1019,9 @@ dependencies = [
[[package]]
name = "image"
-version = "0.24.0"
+version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e94ac3d41f882c624a82d7945952032388488681f45f9d4077999a6c85688d61"
+checksum = "db207d030ae38f1eb6f240d5a1c1c88ff422aa005d10f8c6c6fc5e75286ab30e"
dependencies = [
"bytemuck",
"byteorder",