diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 14 |
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" + } } } |
