[AutoStart > Linux] Fix system electron icon path

This commit is contained in:
Ducko 2022-05-31 11:35:47 +01:00
parent 127236b433
commit cca324c536
1 changed files with 1 additions and 1 deletions

View File

@ -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`;