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