From 3114df611a110220d8fab7517f247bb38478087c Mon Sep 17 00:00:00 2001 From: Damien Guard Date: Mon, 15 May 2017 09:06:38 -0700 Subject: [PATCH] Drop MSI packages as they are more confusing than helpful --- script/lib/create-windows-installer.js | 1 + 1 file changed, 1 insertion(+) diff --git a/script/lib/create-windows-installer.js b/script/lib/create-windows-installer.js index 4236bf344..e8494b06d 100644 --- a/script/lib/create-windows-installer.js +++ b/script/lib/create-windows-installer.js @@ -18,6 +18,7 @@ module.exports = (packagedAppPath, codeSign) => { iconUrl: `https://raw.githubusercontent.com/atom/atom/master/resources/app-icons/${CONFIG.channel}/atom.ico`, loadingGif: path.join(CONFIG.repositoryRootPath, 'resources', 'win', 'loading.gif'), outputDirectory: CONFIG.buildOutputPath, + noMsi: true, remoteReleases: `https://atom.io/api/updates${archSuffix}?version=${CONFIG.appMetadata.version}`, setupIcon: path.join(CONFIG.repositoryRootPath, 'resources', 'app-icons', CONFIG.channel, 'atom.ico') }