aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-08-15 15:48:45 -0400
committerAndrew Lee <alee14498@protonmail.com>2021-08-15 15:48:45 -0400
commit2f46fd68adffb44105b727bf1b389a9cb5a93ed7 (patch)
tree6c52080d5b7f7924d2214a20405ab82db4c154ca /package.json
parent895c5f2855b1124133d9d676960db94906b065ea (diff)
downloadYouTube-TV-Client-2f46fd68adffb44105b727bf1b389a9cb5a93ed7.tar.gz
YouTube-TV-Client-2f46fd68adffb44105b727bf1b389a9cb5a93ed7.tar.bz2
YouTube-TV-Client-2f46fd68adffb44105b727bf1b389a9cb5a93ed7.zip
add more verbose options
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 12 insertions, 2 deletions
diff --git a/package.json b/package.json
index a99cc43..cb6ba1a 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"license": "GPL-3.0",
"scripts": {
"start": "electron .",
- "build": "electron-builder --linux --win=portable --mac=zip"
+ "build": "electron-builder -lwm"
},
"devDependencies": {
"electron": "^13.1.9",
@@ -15,6 +15,16 @@
"build": {
"appId": "me.alee14.ytvclient",
"productName": "YouTube TV Client",
- "copyright": "© Copyright 2017-2021, ${author}"
+ "copyright": "© Copyright 2017-2021, Andrew Lee",
+ "linux": {
+ "target": "default",
+ "category": "Video"
+ },
+ "win": {
+ "target": "portable"
+ },
+ "mac": {
+ "target": "zip"
+ }
}
}