[AutoStart > Linux] Minor source cleanup
This commit is contained in:
parent
47a36d8bae
commit
c038e13ccf
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ Type=Application
|
|||
Exec=${exePath}
|
||||
Hidden=false
|
||||
NoDisplay=false
|
||||
Name=${basename(process.execPath, '.exe')}
|
||||
Name=${basename(process.execPath)}
|
||||
Icon=${join(global.systemElectron ? '/usr/share/pixmaps/Discord' : dirname(exePath), 'discord.png')}
|
||||
Comment=Text and voice chat for gamers.
|
||||
X-GNOME-Autostart-enabled=true`;
|
||||
|
|
Loading…
Reference in a new issue