Skip to content

Commit 7489f96

Browse files
rminglucasfernog
andauthored
fix(bundler): fix problem of macOS bunder while i18n is set, closes #6614 (#6615)
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
1 parent a926b49 commit 7489f96

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changes/fix-dmg-bundle.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"tauri-bundler": patch
3+
---
4+
5+
Fixes DMG bundling not finding bundle to set icon position.

tooling/bundler/src/bundle/macos/dmg.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ pub fn bundle_project(settings: &Settings, bundles: &[Bundle]) -> crate::Result<
9696
"--volname",
9797
product_name,
9898
"--icon",
99-
product_name,
99+
&bundle_file_name,
100100
"180",
101101
"170",
102102
"--app-drop-link",

0 commit comments

Comments
 (0)