From 3dbdfe54adc11409850ace6c822015ca879e2050 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 14 Jan 2015 09:55:27 -0800 Subject: [PATCH] Use Atom icon in AtomSetup.exe --- build/Gruntfile.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/build/Gruntfile.coffee b/build/Gruntfile.coffee index 42c4643de..27204fe52 100644 --- a/build/Gruntfile.coffee +++ b/build/Gruntfile.coffee @@ -206,6 +206,7 @@ module.exports = (grunt) -> authors: 'GitHub Inc.' loadingGif: path.resolve(__dirname, '..', 'resources', 'win', 'loading.gif') iconUrl: 'https://raw.githubusercontent.com/atom/atom/master/resources/win/atom.ico' + setupIcon: path.resolve(__dirname, '..', 'resources', 'win', 'atom.ico') shell: 'kill-atom':