Skip to content

Commit

Permalink
Added extraResources to electron build
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpigeon committed Jul 2, 2021
1 parent 280731f commit 330c968
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "brainwaves",
"productName": "BrainWaves",
"version": "0.15.0",
"version": "0.15.0-rc3",
"description": "EEG Experiment Desktop Application",
"scripts": {
"build": "concurrently \"yarn build-main\" \"yarn build-renderer\"",
Expand Down Expand Up @@ -99,7 +99,14 @@
"owner": "makebrainwaves",
"repo": "brainwaves",
"private": false
}
},
"extraResources": [
{
"from": "./app/experiments/",
"to": "experiments",
"filter": "**/*"
}
]
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 330c968

Please sign in to comment.