mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:00:41 +02:00
add the packager and a start command
This commit is contained in:
parent
67eb87a945
commit
73bedfcab1
1 changed files with 7 additions and 3 deletions
|
@ -8,11 +8,15 @@
|
||||||
""
|
""
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"electron-packager": "^5.1.1",
|
||||||
"electron-prebuilt": "^0.35.0"
|
"electron-prebuilt": "^0.35.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/highfidelity/hifi.git"
|
"url": "https://github.com/highfidelity/hifi.git"
|
||||||
},
|
},
|
||||||
"main": "main.js"
|
"main": "main.js",
|
||||||
|
"scripts": {
|
||||||
|
"start": "electron ."
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue