Skip to content

Commit

Permalink
package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
mnutt committed Jul 17, 2020
1 parent 399a615 commit 2a9f884
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 25 deletions.
5 changes: 5 additions & 0 deletions electron-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
"config": {
"forge": {
"packagerConfig": {
"name": "Khepri",
"version": "2.0.0",
"app-bundle-id": "im.nutt.khepri",
"app-category-type": "public.app-category.developer-tools",
"icon": "./public/assets/images/icons/Khepri.icns",
"ignore": [
"/ember-test(/|$)",
"/tests(/|$)"
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,9 @@
"public"
],
"name": "Khepri",
"version": "1.4.0",
"version": "2.0.0",
"app-bundle-id": "im.nutt.khepri",
"app-category-type": "public.app-category.developer-tools",
"icon": "public/assets/images/icon.icns"
"app-category-type": "public.app-category.developer-tools"
},
"volta": {
"node": "14.5.0"
Expand Down
22 changes: 0 additions & 22 deletions public/assets/images/icon.icns

This file was deleted.

0 comments on commit 2a9f884

Please sign in to comment.