mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Return assets
This commit is contained in:
@@ -69,6 +69,7 @@ getAssets = ->
|
||||
for squirrelAsset in ['AtomSetup.exe', 'RELEASES', "atom-#{version}-full.nupkg"]
|
||||
cp path.join(buildDir, 'installer', squirrelAsset), path.join(buildDir, squirrelAsset)
|
||||
assets.push({assetName: squirrelAsset, sourcePath: assetName})
|
||||
assets
|
||||
when 'linux'
|
||||
buildDir = grunt.config.get('atom.buildDir')
|
||||
if process.arch is 'ia32'
|
||||
|
||||
Reference in New Issue
Block a user