Updated Linux/macOS icon

This commit is contained in:
2019-10-22 11:41:29 -05:00
parent 50e41878e3
commit 0f2bd33779
3 changed files with 3 additions and 2 deletions

View File

@@ -76,11 +76,12 @@
],
"linux": {
"category": "Utility",
"target": "AppImage"
"target": "AppImage",
"icon": "./build/icon.icns"
},
"mac": {
"category": "public.app-category.utilities",
"icon": "./build/icon_color.icns",
"icon": "./build/icon.icns",
"target": "dmg",
"darkModeSupport": true
},