mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 18:44:00 +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": {
|
||||
"electron-packager": "^5.1.1",
|
||||
"electron-prebuilt": "^0.35.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/highfidelity/hifi.git"
|
||||
"type": "git",
|
||||
"url": "https://github.com/highfidelity/hifi.git"
|
||||
},
|
||||
"main": "main.js"
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"start": "electron ."
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue