From eb7c76aec0927e0461d372cb5935a4cdc4364c07 Mon Sep 17 00:00:00 2001 From: qishibo Date: Mon, 18 Mar 2019 14:40:43 +0800 Subject: [PATCH] dmg build config --- pack/electron/package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pack/electron/package.json b/pack/electron/package.json index 907a9ed01..41cbdeb46 100644 --- a/pack/electron/package.json +++ b/pack/electron/package.json @@ -37,6 +37,12 @@ "target": [ "AppImage" ] + }, + "mac": { + "icon": "icons/icon.png", + "target": [ + "dmg" + ] } } } \ No newline at end of file