macos: Add proper platform-specific icon

This commit is contained in:
kramo 2024-07-01 01:01:29 +02:00 committed by Takase
parent 77d443c53d
commit 5a427a89b5
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -15,7 +15,7 @@ format = defines.get("format", "UDZO")
# Content options
files = [(app_path, app_name)]
symlinks = {"Applications": "/Applications"}
icon = "resources/icons/icon.icns"
icon = "resources/macos/dmg-icon.icns"
icon_locations = {app_name: (170, 140), "Applications": (384, 140)}
# Window options