Skip to content

Commit

Permalink
changing product names from desktop to workbench. And trying the nsis…
Browse files Browse the repository at this point in the history
…-portable build target for windows.
  • Loading branch information
davemfish committed Oct 2, 2020
1 parent 1c83286 commit 19dc301
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "invest-electron",
"productName": "invest-electron",
"name": "invest-workbench",
"productName": "InVEST Workbench",
"version": "0.1.0-alpha",
"description": "My Electron application description",
"main": "src/main.js",
Expand All @@ -22,9 +22,9 @@
"to": "invest"
}
],
"appId": "NaturalCapitalProject.Invest.Desktop",
"productName": "InVEST Desktop",
"artifactName": "invest-desktop_${os}_${arch}_${version}.${ext}",
"appId": "NaturalCapitalProject.Invest.Workbench",
"productName": "InVEST Workbench",
"artifactName": "invest-workbench_${os}_${arch}_${version}.${ext}",
"mac": {
"category": "public.app-category.business",
"icon": "build/icon.png",
Expand All @@ -38,7 +38,7 @@
"category": "Science"
},
"win": {
"target": "nsis",
"target": "portable",
"icon": "build/icon.png"
},
"files": [
Expand Down

0 comments on commit 19dc301

Please sign in to comment.