macos: Add proper platform-specific icon
This commit is contained in:
parent
77d443c53d
commit
5a427a89b5
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
|
||||||
|
|
Loading…
Reference in New Issue