From 449acc7ced76e7b3f8a799438d371b0017323ce6 Mon Sep 17 00:00:00 2001 From: Ethan Estrada Date: Wed, 4 Feb 2015 10:01:47 -0700 Subject: [PATCH] Reverted atom.desktop.in I realize the debian package build depends on this. Although it probably won't break anything, I would rather implement a solution that doesn't change the behavior of the debian installer. --- resources/linux/atom.desktop.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/linux/atom.desktop.in b/resources/linux/atom.desktop.in index d7f465001..db28e7395 100644 --- a/resources/linux/atom.desktop.in +++ b/resources/linux/atom.desktop.in @@ -2,7 +2,7 @@ Name=Atom Comment=<%= description %> GenericName=Text Editor -Exec=atom %U +Exec=<%= installDir %>/share/atom/atom %U Icon=<%= iconName %> Type=Application StartupNotify=true