Remove code that stopped create-windows-installer looking for deltas on x64

This commit is contained in:
Damien Guard
2017-01-10 15:30:17 -08:00
parent 6725a4194e
commit 71b17d95d6

View File

@@ -22,11 +22,6 @@ module.exports = function (packagedAppPath, codeSign) {
setupIcon: path.join(CONFIG.repositoryRootPath, 'resources', 'app-icons', CONFIG.channel, 'atom.ico')
}
// Remove this once an x64 version is published or atom.io is returning blank instead of 404 for RELEASES-X64
if (process.arch === 'x64') {
options.remoteReleases = null
}
const certPath = path.join(os.tmpdir(), 'win.p12')
const signing = codeSign && process.env.ATOM_WIN_CODE_SIGNING_CERT_DOWNLOAD_URL