diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-08-15 15:03:05 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-08-15 15:03:05 -0400 |
| commit | 5fcb2c40b38cde03044532ebe0e42e6d21fa10c7 (patch) | |
| tree | af4a7c5b3aa437b4c525198bfb5ffe158265678b /package.json | |
| parent | dd26992095268bb15aa864d19185aaa1252dafb4 (diff) | |
| download | YouTube-TV-Client-5fcb2c40b38cde03044532ebe0e42e6d21fa10c7.tar.gz YouTube-TV-Client-5fcb2c40b38cde03044532ebe0e42e6d21fa10c7.tar.bz2 YouTube-TV-Client-5fcb2c40b38cde03044532ebe0e42e6d21fa10c7.zip | |
updated package
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
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}" } } |
