aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/package.json b/package.json
index c1f4b75..a99cc43 100644
--- a/package.json
+++ b/package.json
@@ -4,13 +4,17 @@
"main": "index.js",
"author": "Andrew Lee <alee14498@protonmail.com'>",
"license": "GPL-3.0",
- "dependencies": {},
"scripts": {
"start": "electron .",
- "build": "electron-builder -wl"
+ "build": "electron-builder --linux --win=portable --mac=zip"
},
"devDependencies": {
"electron": "^13.1.9",
"electron-builder": "^22.11.7"
+ },
+ "build": {
+ "appId": "me.alee14.ytvclient",
+ "productName": "YouTube TV Client",
+ "copyright": "© Copyright 2017-2021, ${author}"
}
}