diff --git a/.changes/bundler-deep-link-reg-path.md b/.changes/bundler-deep-link-reg-path.md new file mode 100644 index 000000000..bbbf9ee24 --- /dev/null +++ b/.changes/bundler-deep-link-reg-path.md @@ -0,0 +1,5 @@ +--- +'tauri-bundler': 'patch:bug' +--- + +Fixed an issue that caused the msi bundler to crash when deep link schemes were configured. diff --git a/tooling/bundler/src/bundle/windows/templates/main.wxs b/tooling/bundler/src/bundle/windows/templates/main.wxs index 5bdcc4f92..9a985b86a 100644 --- a/tooling/bundler/src/bundle/windows/templates/main.wxs +++ b/tooling/bundler/src/bundle/windows/templates/main.wxs @@ -113,13 +113,13 @@ {{#each deep_link_protocols as |protocol| ~}} - + - +