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"