Drop MSI packages as they are more confusing than helpful

This commit is contained in:
Damien Guard
2017-05-15 09:06:38 -07:00
parent 21de88db1f
commit 3114df611a

View File

@@ -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')
}