fixed electron-builder config

pull/2/head
Michael Ochmann 3 years ago
parent 5fb3ed2b7a
commit a6d4e7c9ba
  1. 7
      package.json
  2. 1
      src/ui/package.json

@ -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,

@ -2,6 +2,7 @@
"name": "ui", "name": "ui",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"homepage": "./",
"dependencies": { "dependencies": {
"@testing-library/jest-dom": "^5.16.5", "@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0", "@testing-library/react": "^13.4.0",

Loading…
Cancel
Save