From a799f24f97e12c3f3fcdd1864fdd7c6559263fb7 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Tue, 19 Mar 2024 14:41:55 +0100 Subject: [PATCH] fix(bundler): Fix path seperators for deep link registry entries (#9185) * fix(bundler): Fix path seperators for deep link registry entries * Update bundler-deep-link-reg-path.md --- .changes/bundler-deep-link-reg-path.md | 5 +++++ tooling/bundler/src/bundle/windows/templates/main.wxs | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .changes/bundler-deep-link-reg-path.md 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| ~}} - + - +