mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Turn RELEASES file support back on for Windows x86 builds
This commit is contained in:
@@ -17,7 +17,7 @@ module.exports = (packagedAppPath) => {
|
||||
outputDirectory: CONFIG.buildOutputPath,
|
||||
noMsi: true,
|
||||
noDelta: CONFIG.channel === 'nightly', // Delta packages are broken for nightly versions past nightly9 due to Squirrel/NuGet limitations
|
||||
remoteReleases: (!(CONFIG.channel === 'nightly' && process.arch === 'ia32')) ? `https://atom.io/api/updates${archSuffix}?version=${CONFIG.computedAppVersion}` : undefined,
|
||||
remoteReleases: `https://atom.io/api/updates${archSuffix}?version=${CONFIG.computedAppVersion}`,
|
||||
setupExe: `AtomSetup${process.arch === 'x64' ? '-x64' : ''}.exe`,
|
||||
setupIcon: path.join(CONFIG.repositoryRootPath, 'resources', 'app-icons', CONFIG.channel, 'atom.ico')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user