mirror of
https://github.com/atom/atom.git
synced 2026-01-15 01:48:15 -05:00
Extensions should be an array
This commit is contained in:
@@ -58,7 +58,7 @@ getAssets = ->
|
||||
]
|
||||
when 'linux'
|
||||
buildDir = grunt.config.get('atom.buildDir')
|
||||
debAsset = fs.listSync(buildDir, '.deb')[0]
|
||||
debAsset = fs.listSync(buildDir, ['.deb'])[0]
|
||||
[
|
||||
{assetName: path.basename(debAsset), sourcePath: debAsset}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user