mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 15:34:59 +01:00
More icon updates
This commit is contained in:
parent
c2cfed72df
commit
b06bba2c69
BIN
res/img/element.ico
Normal file
BIN
res/img/element.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
BIN
res/img/element.png
Normal file
BIN
res/img/element.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
BIN
res/img/riot.ico
BIN
res/img/riot.ico
Binary file not shown.
Before Width: | Height: | Size: 36 KiB |
BIN
res/img/riot.png
BIN
res/img/riot.png
Binary file not shown.
Before Width: | Height: | Size: 13 KiB |
@ -207,7 +207,7 @@ async function setupGlobals() {
|
|||||||
|
|
||||||
// The tray icon
|
// The tray icon
|
||||||
// It's important to call `path.join` so we don't end up with the packaged asar in the final path.
|
// It's important to call `path.join` so we don't end up with the packaged asar in the final path.
|
||||||
const iconFile = `riot.${process.platform === 'win32' ? 'ico' : 'png'}`;
|
const iconFile = `element.${process.platform === 'win32' ? 'ico' : 'png'}`;
|
||||||
iconPath = path.join(resPath, "img", iconFile);
|
iconPath = path.join(resPath, "img", iconFile);
|
||||||
trayConfig = {
|
trayConfig = {
|
||||||
icon_path: iconPath,
|
icon_path: iconPath,
|
||||||
|
Loading…
Reference in New Issue
Block a user