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':