fix(bundler/macos): Fix incorrect deep link plist property (#9885)

This commit is contained in:
Fabian-Lars 2024-05-27 20:59:00 +02:00 committed by GitHub
parent 9970d88bec
commit 4754786aa2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
tauri-bundler: "patch:bug"
---
Fixed an issue causing the deep link feature to create invalid `Info.plist` values on macOS.

View File

@ -293,7 +293,7 @@ fn create_info_plist(
),
);
dict.insert(
"CFBundleTypeName".into(),
"CFBundleURLName".into(),
protocol
.name
.clone()