Fix path to main.js
This commit is contained in:
parent
40f2164056
commit
eddebb838a
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
"name": "LBRY Inc.",
|
||||
"email": "hello@lbry.io"
|
||||
},
|
||||
"main": "./dist/main/main.js",
|
||||
"main": "./dist/electron/main/main.js",
|
||||
"scripts": {
|
||||
"compile:electron": "webpack --progress --config webpack.electron.config.js",
|
||||
"compile:web": "webpack --progress --config webpack.web.config.js",
|
||||
|
|
Loading…
Reference in a new issue