From 7c4d13587ce45a0046963e1a0eac9185b1281806 Mon Sep 17 00:00:00 2001 From: crusader Date: Thu, 4 Oct 2018 11:52:41 +0900 Subject: [PATCH] ing --- electron-builder.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/electron-builder.json b/electron-builder.json index e6e283a..1ba1025 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -71,7 +71,7 @@ }, "mac": { "target": [ - "dmg" + "pkg" ], "category": "public.app-category.utilities", "minimumSystemVersion": "10.12.0", @@ -84,7 +84,7 @@ } ] }, - "dmg": { + "pkg": { "background": "config/build/mac/dmg/background.png", "icon": "config/build/mac/dmg/icon.icns", "iconSize": 80,