[AutoStart > Linux] Fix system electron icon path
This commit is contained in:
parent
127236b433
commit
cca324c536
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ Exec=${exec}
|
|||
Hidden=false
|
||||
NoDisplay=false
|
||||
Name=${basename(process.execPath)}
|
||||
Icon=${join(global.systemElectron ? '/usr/share/pixmaps/Discord' : dirname(exec), 'discord.png')}
|
||||
Icon=${join(global.systemElectron ? '/usr/share/pixmaps' : dirname(exec), 'discord.png')}
|
||||
Comment=Text and voice chat for gamers.
|
||||
X-GNOME-Autostart-enabled=true`;
|
||||
|
||||
|
|
Loading…
Reference in a new issue