Skip to content

Commit 71b17d9

Browse files
committed
Remove code that stopped create-windows-installer looking for deltas on x64
1 parent 6725a41 commit 71b17d9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

script/lib/create-windows-installer.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ module.exports = function (packagedAppPath, codeSign) {
2222
setupIcon: path.join(CONFIG.repositoryRootPath, 'resources', 'app-icons', CONFIG.channel, 'atom.ico')
2323
}
2424

25-
// Remove this once an x64 version is published or atom.io is returning blank instead of 404 for RELEASES-X64
26-
if (process.arch === 'x64') {
27-
options.remoteReleases = null
28-
}
29-
3025
const certPath = path.join(os.tmpdir(), 'win.p12')
3126
const signing = codeSign && process.env.ATOM_WIN_CODE_SIGNING_CERT_DOWNLOAD_URL
3227

0 commit comments

Comments
 (0)