macos: Add proper platform-specific icon

This commit is contained in:
kramo
2024-11-25 21:08:48 +08:00
committed by takase1121
parent 4d803204a8
commit 91a30099f7
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
+1 -1
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