chore: mac build config

This commit is contained in:
cv
2021-06-13 09:40:26 +02:00
parent 0f26be3c17
commit b1cfec473d
+3 -3
View File
@@ -27,8 +27,7 @@
"dist-win": "electron-builder --publish=never --x64 --win",
"dist-mac": "electron-builder --publish=never --x64 --mac",
"startall": "concurrently \"BROWSER=none yarn start\" \"wait-on http://localhost:3000 && electron .\""
"dist-all": "electron-builder -mw"
},
"build": {
"productName": "ontime",
@@ -38,7 +37,8 @@
},
"mac": {
"target": "dmg",
"category": "no.lightdev.ontime"
"category": "public.app-category.productivity",
"icon": "icon.icns"
},
"win": {
"target": "nsis"