From b1cfec473d3cdad7d6a4d7327badc43a56449a45 Mon Sep 17 00:00:00 2001 From: cv <34649812+cpvalente@users.noreply.github.com> Date: Sun, 13 Jun 2021 09:40:26 +0200 Subject: [PATCH] chore: mac build config --- server/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/package.json b/server/package.json index 59587fd3d..da797f8cc 100644 --- a/server/package.json +++ b/server/package.json @@ -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"