diff --git a/package.json b/package.json index 6255f20..b5538a1 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "marked": "^4.1.0" }, "build": { - "asar": false, + "asar": true, "productName": "ation", "appId": "eu.massivedynamic.ation", "directories": { @@ -32,15 +32,14 @@ "mac": { "category": "public.app-category.productivity", "target": [ - "dmg", - "zip" + "dmg" ], "icon": "assets/app.icns", "darkModeSupport": true }, "dmg": { "background": "assets/dmg_background.png", - "iconSize": 50, + "iconSize": 100, "contents": [ { "x": 160, diff --git a/src/ui/package.json b/src/ui/package.json index fbba010..275ac2f 100644 --- a/src/ui/package.json +++ b/src/ui/package.json @@ -2,6 +2,7 @@ "name": "ui", "version": "0.1.0", "private": true, + "homepage": "./", "dependencies": { "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0",