mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +02:00
add commands for local debug and local release
This commit is contained in:
parent
370fc35eaf
commit
8423f2c979
2 changed files with 3 additions and 1 deletions
1
console/.gitignore
vendored
1
console/.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
Console-darwin-x64/
|
||||
npm-debug.log
|
||||
|
|
|
@ -17,7 +17,8 @@
|
|||
},
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"start": "electron .",
|
||||
"start": "electron . --local-debug-builds",
|
||||
"local-release": "electron . --local-release-builds",
|
||||
"package-darwin": "electron-packager . Console --platform=darwin --arch=x64 --version=0.35.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue