From ab980d78d2277b32337c72539ba76b4e538be21b Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 21 Jul 2014 16:39:46 -0700 Subject: [PATCH] :lipstick: --- build/tasks/install-task.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/tasks/install-task.coffee b/build/tasks/install-task.coffee index 3dd67260f..cca951bf0 100644 --- a/build/tasks/install-task.coffee +++ b/build/tasks/install-task.coffee @@ -41,7 +41,7 @@ module.exports = (grunt) -> desktopInstallFile = path.join(installDir, 'share', 'applications', 'Atom.desktop') {description} = grunt.file.readJSON('package.json') - iconName = path.join(shareDir,'resources','app','resources','atom.png') + iconName = path.join(shareDir, 'resources', 'app', 'resources', 'atom.png') installDir = path.join(installDir, '.') # To prevent "Exec=/usr/local//share/atom/atom" template = _.template(String(fs.readFileSync(desktopFile))) filled = template({description, installDir, iconName})