added new icons

This commit is contained in:
Rick van Lieshout 2019-10-30 21:34:26 +01:00
parent a56d18e414
commit f389f1d6a2
5 changed files with 2 additions and 1 deletions

BIN
assets/icon-inverted.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

BIN
assets/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 102 KiB

View File

@ -3,6 +3,7 @@ const path = require("path");
const tidalUrl = "https://listen.tidal.com"; const tidalUrl = "https://listen.tidal.com";
const mediaKeys = require("./scripts/media-keys"); const mediaKeys = require("./scripts/media-keys");
let mainWindow; let mainWindow;
let icon = path.join(__dirname, "../assets/icon.png");
/** /**
* Enable live reload in development builds * Enable live reload in development builds
@ -20,7 +21,7 @@ function createWindow(options = {}) {
y: options.y, y: options.y,
width: 1024, width: 1024,
height: 800, height: 800,
icon: "./../build/icon.png", icon,
tray: true, tray: true,
backgroundColor: options.backgroundColor, backgroundColor: options.backgroundColor,
webPreferences: { webPreferences: {