Add missing )

This commit is contained in:
Kevin Sawicki 2014-11-14 12:02:15 -08:00
parent 4bbffd3589
commit 1177508a45

View File

@ -64,7 +64,7 @@ getAssets = ->
{assetName: 'atom-api.json', sourcePath: 'atom-api.json'}
]
when 'win32'
cp path.join(buildDir, 'installer', 'AtomSetup.exe', path.join(buildDir, 'AtomSetup.exe')
cp path.join(buildDir, 'installer', 'AtomSetup.exe'), path.join(buildDir, 'AtomSetup.exe')
[
{assetName: 'atom-windows.zip', sourcePath: 'Atom'}