aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-08-15 16:12:19 -0400
committerAndrew Lee <alee14498@protonmail.com>2021-08-15 16:12:19 -0400
commit6991bf94ac98a644cb4ab4bec4055189d37bb4ea (patch)
tree957702b480d248c749201d9e44604cd05870b88c /package.json
parent2f46fd68adffb44105b727bf1b389a9cb5a93ed7 (diff)
downloadYouTube-TV-Client-6991bf94ac98a644cb4ab4bec4055189d37bb4ea.tar.gz
YouTube-TV-Client-6991bf94ac98a644cb4ab4bec4055189d37bb4ea.tar.bz2
YouTube-TV-Client-6991bf94ac98a644cb4ab4bec4055189d37bb4ea.zip
now supports multiple targets
Diffstat (limited to 'package.json')
-rw-r--r--package.json18
1 files changed, 14 insertions, 4 deletions
diff --git a/package.json b/package.json
index cb6ba1a..f8faba3 100644
--- a/package.json
+++ b/package.json
@@ -1,8 +1,8 @@
{
- "name": "YouTube-TV-Client",
+ "name": "youtube-tv-client",
"version": "2.0.0",
"main": "index.js",
- "author": "Andrew Lee <alee14498@protonmail.com'>",
+ "author": "Andrew Lee <alee14498@protonmail.com>",
"license": "GPL-3.0",
"scripts": {
"start": "electron .",
@@ -17,11 +17,21 @@
"productName": "YouTube TV Client",
"copyright": "© Copyright 2017-2021, Andrew Lee",
"linux": {
- "target": "default",
+ "target": [
+ "appimage",
+ "snap",
+ "rpm",
+ "pacman",
+ "deb"
+ ],
"category": "Video"
},
"win": {
- "target": "portable"
+ "target": [
+ "zip",
+ "portable",
+ "nsis"
+ ]
},
"mac": {
"target": "zip"