Skip to content

Commit

Permalink
updated metadata and build instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
cipherdragon committed Sep 25, 2021
1 parent 3e1c385 commit a1b0456
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"description": "Simple and secure journal app",
"main": "./bundle/main.js",
"author": {
"name": "Adeepa Gunathilake"
"name": "Adeepa Gunathilake",
"email": "[email protected]"
},
"repository": "github:adeepagunathilake/zombie-diary",
"homepage": "https://minidiary.app",
Expand All @@ -32,7 +33,7 @@
"format": "prettier --ignore-path ./.gitignore --list-different \"**/*.{css,html,js,json,jsx,less,md,scss,ts,tsx,vue,yaml,yml}\"",
"format:fix": "yarn format --write",
"pack": "electron-builder --dir",
"dist": "electron-builder"
"dist": "electron-builder -lw"
},
"dependencies": {
"@svgr/webpack": "^5.5.0",
Expand Down Expand Up @@ -147,7 +148,7 @@
"extends": "@samuelmeuli/stylelint-config"
},
"build": {
"appId": "com.samuelmeuli.minidiary",
"appId": "com.zombiediary",
"files": [
"!**/*",
"./bundle/**/*"
Expand Down Expand Up @@ -216,7 +217,12 @@
"hardenedRuntime": false
},
"linux": {
"category": "Utility"
"category": "Utility",
"target": ["AppImage"],
"icon": "icon.png"
},
"win": {
"icon": "build/icon.png"
},
"dmg": {
"icon": false
Expand Down

0 comments on commit a1b0456

Please sign in to comment.