aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-08-15 17:52:30 -0400
committerAndrew Lee <alee14498@protonmail.com>2021-08-15 17:52:30 -0400
commit5b10daddd39bd280c219f63b679d92da911f665f (patch)
treefe912db434130e257844b2e1309767e4aff85db8 /package.json
parent87e915ba8ea52720a47a3afde9f9c35ee7472163 (diff)
downloadYouTube-TV-Client-5b10daddd39bd280c219f63b679d92da911f665f.tar.gz
YouTube-TV-Client-5b10daddd39bd280c219f63b679d92da911f665f.tar.bz2
YouTube-TV-Client-5b10daddd39bd280c219f63b679d92da911f665f.zip
Added the logo
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"
}
}
}