macos: Add proper platform-specific icon
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -15,7 +15,7 @@ format = defines.get("format", "UDZO")
|
|||||||
# Content options
|
# Content options
|
||||||
files = [(app_path, app_name)]
|
files = [(app_path, app_name)]
|
||||||
symlinks = {"Applications": "/Applications"}
|
symlinks = {"Applications": "/Applications"}
|
||||||
icon = "resources/icons/icon.icns"
|
icon = "resources/macos/dmg-icon.icns"
|
||||||
icon_locations = {app_name: (170, 140), "Applications": (384, 140)}
|
icon_locations = {app_name: (170, 140), "Applications": (384, 140)}
|
||||||
|
|
||||||
# Window options
|
# Window options
|
||||||
|
|||||||
Reference in New Issue
Block a user