From db11c631f677c4513c905615c0ba0acb9fe1182e Mon Sep 17 00:00:00 2001 From: Paul Betts Date: Wed, 27 Aug 2014 17:01:54 -0700 Subject: [PATCH] Atom.exe should receive Squirrel events This sets up Atom to be packaged into a Squirrel installer. See https://github.com/Squirrel/Squirrel.Windows.Next/pull/17 for the details --- atom/browser/resources/win/atom.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/atom/browser/resources/win/atom.rc b/atom/browser/resources/win/atom.rc index 252b3c739a..ee49a1858e 100644 --- a/atom/browser/resources/win/atom.rc +++ b/atom/browser/resources/win/atom.rc @@ -74,6 +74,7 @@ BEGIN VALUE "OriginalFilename", "atom.exe" VALUE "ProductName", "Atom-Shell" VALUE "ProductVersion", "0.15.9" + VALUE "SquirrelAwareVersion", "1" END END BLOCK "VarFileInfo"