From 6991bf94ac98a644cb4ab4bec4055189d37bb4ea Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 15 Aug 2021 16:12:19 -0400 Subject: now supports multiple targets --- index.js | 1 + package.json | 18 ++++++++++++++---- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/index.js b/index.js index dd65abe..fa4bb9a 100644 --- a/index.js +++ b/index.js @@ -18,6 +18,7 @@ function fetchCookie(){ url: URL }); } + app.whenReady().then(() => { console.log("Started YouTube TV Client 2.0"); createWindow(); 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 ", + "author": "Andrew Lee ", "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" -- cgit v1.2.3