aboutsummaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-08-15 18:13:41 -0400
committerAndrew Lee <alee14498@protonmail.com>2021-08-15 18:13:41 -0400
commit6c76c81b4832cbc3de5eeea7547f22db3c1c4bd7 (patch)
tree919d9822c607e698dd09c03d71a8f769110cdcdf /index.js
parent5b10daddd39bd280c219f63b679d92da911f665f (diff)
downloadYouTube-TV-Client-6c76c81b4832cbc3de5eeea7547f22db3c1c4bd7.tar.gz
YouTube-TV-Client-6c76c81b4832cbc3de5eeea7547f22db3c1c4bd7.tar.bz2
YouTube-TV-Client-6c76c81b4832cbc3de5eeea7547f22db3c1c4bd7.zip
Added icon to electron
Diffstat (limited to 'index.js')
-rw-r--r--index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.js b/index.js
index fa4bb9a..9056340 100644
--- a/index.js
+++ b/index.js
@@ -5,7 +5,8 @@ const URL = "https://youtube.com/tv"
function createWindow() {
const win = new BrowserWindow({
fullscreen: true,
- autoHideMenuBar: true
+ autoHideMenuBar: true,
+ icon: __dirname + "/build/icon.png"
})
win.loadURL(URL);