aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json
index 8fdcb01..5c2c69c 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,8 @@
"author": "Andrew Lee <alee14498@protonmail.com>",
"license": "GPL-3.0",
"scripts": {
- "start": "electron ."
+ "start": "electron .",
+ "dist": "electron-builder"
},
"devDependencies": {
"electron": "^13.1.9",
@@ -36,7 +37,8 @@
"target": [
"zip",
"dmg"
- ]
+ ],
+ "category": "Video"
}
}
}