mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2024-11-22 05:23:09 +01:00
added new icons
This commit is contained in:
parent
a56d18e414
commit
f389f1d6a2
BIN
assets/icon-inverted.png
Normal file
BIN
assets/icon-inverted.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 102 KiB |
BIN
assets/icon.png
Normal file
BIN
assets/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 102 KiB |
BIN
build/icon.ico
BIN
build/icon.ico
Binary file not shown.
Before Width: | Height: | Size: 103 KiB |
BIN
build/icon.png
BIN
build/icon.png
Binary file not shown.
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 102 KiB |
@ -3,6 +3,7 @@ const path = require("path");
|
||||
const tidalUrl = "https://listen.tidal.com";
|
||||
const mediaKeys = require("./scripts/media-keys");
|
||||
let mainWindow;
|
||||
let icon = path.join(__dirname, "../assets/icon.png");
|
||||
|
||||
/**
|
||||
* Enable live reload in development builds
|
||||
@ -20,7 +21,7 @@ function createWindow(options = {}) {
|
||||
y: options.y,
|
||||
width: 1024,
|
||||
height: 800,
|
||||
icon: "./../build/icon.png",
|
||||
icon,
|
||||
tray: true,
|
||||
backgroundColor: options.backgroundColor,
|
||||
webPreferences: {
|
||||
|
Loading…
Reference in New Issue
Block a user