From cfa63022b3c6681ddf4438d728e9c85b32829eb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reinis=20Adovi=C4=8Ds=20/=20kroko?= <720976+kroko@users.noreply.github.com> Date: Sat, 1 May 2021 10:42:14 +0300 Subject: [PATCH] missing space in desktop entry comment --- src/AutoLaunchLinux.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AutoLaunchLinux.coffee b/src/AutoLaunchLinux.coffee index 1c235a7..5e253ca 100644 --- a/src/AutoLaunchLinux.coffee +++ b/src/AutoLaunchLinux.coffee @@ -17,7 +17,7 @@ module.exports = Type=Application Version=1.0 Name=#{appName} - Comment=#{appName}startup script + Comment=#{appName} startup script Exec=#{appPath}#{hiddenArg} StartupNotify=false Terminal=false""" @@ -48,4 +48,4 @@ module.exports = # appName - {String} # Returns a {String} - getFilePath: (appName) -> "#{@getDirectory()}#{appName}.desktop" \ No newline at end of file + getFilePath: (appName) -> "#{@getDirectory()}#{appName}.desktop"