[AutoStart > Linux] Tweak source (don't include newline at end of desktop)
This commit is contained in:
parent
3af40a932e
commit
2347621828
1 changed files with 1 additions and 2 deletions
|
@ -21,8 +21,7 @@ NoDisplay=false
|
||||||
Name=${appName}
|
Name=${appName}
|
||||||
Icon=${iconPath}
|
Icon=${iconPath}
|
||||||
Comment=Text and voice chat for gamers.
|
Comment=Text and voice chat for gamers.
|
||||||
X-GNOME-Autostart-enabled=true
|
X-GNOME-Autostart-enabled=true`;
|
||||||
`;
|
|
||||||
|
|
||||||
exports.install = (callback) => {
|
exports.install = (callback) => {
|
||||||
log('AutoStart', 'Install');
|
log('AutoStart', 'Install');
|
||||||
|
|
Loading…
Reference in a new issue