aboutsummaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
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);