Skip to content

Commit

Permalink
Editet ProductName
Browse files Browse the repository at this point in the history
  • Loading branch information
felixkoch committed Jan 29, 2019
1 parent 3dc3e0c commit 4f20963
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "electron-react-boilerplate",
"productName": "ElectronReact",
"version": "0.17.1",
"name": "the-dialer",
"productName": "TheDialer",
"version": "0.1.0",
"description": "Electron application boilerplate based on React, React Router, Webpack, React Hot Loader for rapid application development",
"scripts": {
"build": "concurrently \"yarn build-main\" \"yarn build-renderer\"",
Expand Down Expand Up @@ -57,8 +57,8 @@
},
"main": "./app/main.prod.js",
"build": {
"productName": "ElectronReact",
"appId": "org.develar.ElectronReact",
"productName": "TheDialer",
"appId": "de.felixkoch.TheDialer",
"files": [
"app/dist/",
"app/app.html",
Expand Down

0 comments on commit 4f20963

Please sign in to comment.