Skip to content

Commit

Permalink
refactor: Update build info in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonradivoev committed Sep 24, 2023
1 parent 00a2e81 commit 14ef8fb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@
"webpack-merge": "^5.8.0"
},
"build": {
"productName": "ElectronReact",
"appId": "org.erb.ElectronReact",
"productName": "Electron DAM",
"appId": "com.simeonradivoev.ElectronDam",
"asar": true,
"asarUnpack": "**\\*.{node,dll}",
"files": [
Expand Down Expand Up @@ -258,12 +258,12 @@
],
"publish": {
"provider": "github",
"owner": "electron-react-boilerplate",
"repo": "electron-react-boilerplate"
"owner": "simeonradivoev",
"repo": "electron-dam"
}
},
"collective": {
"url": "https://opencollective.com/electron-react-boilerplate-594"
"url": ""
},
"devEngines": {
"node": ">=14.x",
Expand Down
11 changes: 10 additions & 1 deletion release/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 14ef8fb

Please sign in to comment.