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"
},
"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,

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

Loading…
Cancel
Save