Skip to content

Commit

Permalink
fixed electron config
Browse files Browse the repository at this point in the history
  • Loading branch information
giniedp committed Dec 13, 2023
1 parent 983406c commit 6d4a80c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions electron-config.base.json
Expand Up @@ -7,6 +7,7 @@
"files": [
"dist/electron/**/*",
"dist/web-electron/browser/**/*",
"!dist/web-electron/browser/nw-data",
"!dist/nw-data",
"!dist/server",
"!dist/web",
Expand Down
2 changes: 1 addition & 1 deletion electron-config.js
Expand Up @@ -5,6 +5,6 @@ module.exports = {
...config,
files: [
...config.files,
`!dist/web-electron/browser/nw-data/${env.NW_GAME_VERSION.toLowerCase()}`,
`dist/web-electron/browser/nw-data/${env.NW_GAME_VERSION.toLowerCase()}`,
]
}

0 comments on commit 6d4a80c

Please sign in to comment.