mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Merge pull request #13584 from atom/dg-remove-win64-workaround
Remove x64 delta workaround code in create-windows-installer
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