How to create a production build in Electron

Viewed 27

I am getting this issue, related to the configuration I think:

getting this issue

"build": {
"appId": "com.sws.app",
"files": [
  "app/**/*",
  "node_modules/**/*",
  "package.json"
],
"directories": {
  "buildResources": "resources"
},
"extraFiles": [
  "credentials"
],
"publish": null
}

How can I check my build configuration and discover what the issue is?

0 Answers
Related