From 776eedd47355004fbdd9cf75170f62c5f210ad1b Mon Sep 17 00:00:00 2001 From: Paul Betts Date: Sun, 1 Feb 2015 01:47:14 -0800 Subject: [PATCH] Set us up to download the current release so we can create deltas --- build/Gruntfile.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/build/Gruntfile.coffee b/build/Gruntfile.coffee index 27204fe52..c19b945c3 100644 --- a/build/Gruntfile.coffee +++ b/build/Gruntfile.coffee @@ -207,6 +207,7 @@ module.exports = (grunt) -> 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') + remoteReleases: 'https://atom.io/api/updates' shell: 'kill-atom':