diff --git a/electron/assets/mac/appIcon.icns b/electron/assets/mac/appIcon.icns new file mode 100644 index 0000000..5c1296e Binary files /dev/null and b/electron/assets/mac/appIcon.icns differ diff --git a/electron/electron-builder.config.json b/electron/electron-builder.config.json index 5225e4a..6f3bf7c 100644 --- a/electron/electron-builder.config.json +++ b/electron/electron-builder.config.json @@ -46,8 +46,9 @@ "synopsis": "Qortal Hub for Linux" }, "mac": { - "category": "your.app.category.type", - "target": "dmg" + "icon": "assets/mac/appIcon.icns", + "category": "public.app-category.utilities", + "target": ["dmg"] }, "productName": "Qortal Hub" }