diff --git a/.changes/msi-run-from-install-path.md b/.changes/msi-run-from-install-path.md new file mode 100644 index 000000000..4be08fa49 --- /dev/null +++ b/.changes/msi-run-from-install-path.md @@ -0,0 +1,5 @@ +--- +"tauri-bundler": patch +--- + +Fixes the Microsoft Installer launch path. diff --git a/tooling/bundler/src/bundle/windows/templates/main.wxs b/tooling/bundler/src/bundle/windows/templates/main.wxs index c9b5c7357..c420ec0c8 100644 --- a/tooling/bundler/src/bundle/windows/templates/main.wxs +++ b/tooling/bundler/src/bundle/windows/templates/main.wxs @@ -52,7 +52,7 @@ - + diff --git a/tooling/cli/Cargo.lock b/tooling/cli/Cargo.lock index 61e71cf38..4159421c7 100644 --- a/tooling/cli/Cargo.lock +++ b/tooling/cli/Cargo.lock @@ -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",