refactor: icon compatibility with macos tahoe

This commit is contained in:
Joel Wetzell
2026-05-07 20:23:26 -05:00
parent bdb8d4d89a
commit 4997602e9b
3 changed files with 64 additions and 3 deletions
+2 -3
View File
@@ -29,8 +29,7 @@
"appId": "no.lightdev.ontime",
"asar": true,
"dmg": {
"artifactName": "ontime-macOS-${arch}.dmg",
"icon": "icon.icns"
"artifactName": "ontime-macOS-${arch}.dmg"
},
"mac": {
"notarize": true,
@@ -46,7 +45,7 @@
]
},
"category": "public.app-category.productivity",
"icon": "icon.icns"
"icon": "ontime.icon"
},
"win": {
"target": "nsis"