diff --git a/srcpkgs/atom/patches/desktop.patch b/srcpkgs/atom/patches/desktop.patch
index 137fe0b9fc6..a629edc68eb 100644
--- a/srcpkgs/atom/patches/desktop.patch
+++ b/srcpkgs/atom/patches/desktop.patch
@@ -13,7 +13,7 @@ index 1969e3f..71c19ca 100644
 -Exec=<%= installDir %>/share/<%= appFileName %>/atom %U
 -Icon=<%= iconPath %>
 +Exec=/usr/share/atom/atom %U
-+Icon=/usr/share/atom/resources/app/resources/atom.png
++Icon=/usr/share/atom/resources/app.asar.unpacked/resources/atom.png
  Type=Application
  StartupNotify=true
  Categories=GNOME;GTK;Utility;TextEditor;Development;
diff --git a/srcpkgs/atom/template b/srcpkgs/atom/template
index 83ce7bc113d..cfb1381882c 100644
--- a/srcpkgs/atom/template
+++ b/srcpkgs/atom/template
@@ -1,7 +1,7 @@
 # Template file for 'atom'
 pkgname=atom
 version=1.10.2
-revision=1
+revision=2
 nocross=yes
 nostrip=yes
 hostmakedepends="git pkg-config python-devel nodejs git-perl"