Co-authored-by: Lucas Nogueira <lucas@tauri.app>
@@ -0,0 +1,5 @@
+---
+"tauri-bundler": patch
+
+Fixes DMG bundling not finding bundle to set icon position.
@@ -96,7 +96,7 @@ pub fn bundle_project(settings: &Settings, bundles: &[Bundle]) -> crate::Result<
"--volname",
product_name,
"--icon",
- product_name,
+ &bundle_file_name,
"180",
"170",
"--app-drop-link",