|
|
@ -18,7 +18,7 @@ |
|
|
|
"marked": "^4.1.0" |
|
|
|
"marked": "^4.1.0" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"build": { |
|
|
|
"build": { |
|
|
|
"asar": false, |
|
|
|
"asar": true, |
|
|
|
"productName": "ation", |
|
|
|
"productName": "ation", |
|
|
|
"appId": "eu.massivedynamic.ation", |
|
|
|
"appId": "eu.massivedynamic.ation", |
|
|
|
"directories": { |
|
|
|
"directories": { |
|
|
@ -32,15 +32,14 @@ |
|
|
|
"mac": { |
|
|
|
"mac": { |
|
|
|
"category": "public.app-category.productivity", |
|
|
|
"category": "public.app-category.productivity", |
|
|
|
"target": [ |
|
|
|
"target": [ |
|
|
|
"dmg", |
|
|
|
"dmg" |
|
|
|
"zip" |
|
|
|
|
|
|
|
], |
|
|
|
], |
|
|
|
"icon": "assets/app.icns", |
|
|
|
"icon": "assets/app.icns", |
|
|
|
"darkModeSupport": true |
|
|
|
"darkModeSupport": true |
|
|
|
}, |
|
|
|
}, |
|
|
|
"dmg": { |
|
|
|
"dmg": { |
|
|
|
"background": "assets/dmg_background.png", |
|
|
|
"background": "assets/dmg_background.png", |
|
|
|
"iconSize": 50, |
|
|
|
"iconSize": 100, |
|
|
|
"contents": [ |
|
|
|
"contents": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"x": 160, |
|
|
|
"x": 160, |
|
|
|