aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json
index 5cf20b7..7c1fd11 100644
--- a/package.json
+++ b/package.json
@@ -1,12 +1,13 @@
{
- "name": "YT-TV-Client-2.0",
- "version": "1.0.0",
+ "name": "YouTubeTVClient",
+ "version": "2.0.0",
"main": "index.js",
"author": "Andrew Lee <alee14498@protonmail.com'>",
"license": "GPL-3.0",
"dependencies": {},
"scripts": {
- "start": "electron ."
+ "start": "electron .",
+ "build": "electron-builder -wl"
},
"devDependencies": {
"electron": "^13.1.9",