Skip to content

Commit

Permalink
refactor: Use electron-builder.yml instead of package.json#build prop…
Browse files Browse the repository at this point in the history
…erty
  • Loading branch information
saltyshiomix committed Feb 3, 2024
1 parent 6706c0f commit fd2f279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 2 additions & 0 deletions examples/basic-js-python/electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ files:
filter:
- package.json
- app
extraFiles:
- scripts
publish: null
9 changes: 0 additions & 9 deletions examples/basic-js-python/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@
"build": "nextron build",
"postinstall": "electron-builder install-app-deps"
},
"build": {
"extraFiles": [
{
"from": "scripts/",
"to": "scripts/",
"filter": "**/*"
}
]
},
"dependencies": {
"electron-serve": "^1.1.0",
"electron-store": "^8.1.0"
Expand Down

0 comments on commit fd2f279

Please sign in to comment.