summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index de36d18..13b5fc9 100644
--- a/package.json
+++ b/package.json
@@ -7,12 +7,15 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
- "start": "npm run build && electron ."
+ "start": "npm run build && electron .",
+ "package": "npm run build && electron-packager . LawnCablesManaLauncher --all --out=./out --overwrite --ignore=mana-launcher/src "
},
"author": "LawnCable",
"license": "GNU GPLv3",
"devDependencies": {
"electron": "^2.0.1",
+ "electron-packager": "^12.1.0",
+ "ncp": "^2.0.0",
"typescript": "^2.8.3"
},
"files": [