mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 08:48:53 +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/
|
Console-darwin-x64/
|
||||||
|
npm-debug.log
|
||||||
|
|
|
@ -17,7 +17,8 @@
|
||||||
},
|
},
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"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"
|
"package-darwin": "electron-packager . Console --platform=darwin --arch=x64 --version=0.35.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue