mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Remove code that stopped create-windows-installer looking for deltas on x64
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user