attach msi to release

This commit is contained in:
Daniel Hengeveld
2016-05-11 13:57:51 +02:00
parent 405f28f726
commit a33757c5f7
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ getAssets = ->
]
when 'win32'
assets = [{assetName: 'atom-windows.zip', sourcePath: appName}]
for squirrelAsset in ['AtomSetup.exe', 'RELEASES', "atom-#{version}-full.nupkg", "atom-#{version}-delta.nupkg"]
for squirrelAsset in ['AtomSetup.exe', 'AtomSetup.msi', 'RELEASES', "atom-#{version}-full.nupkg", "atom-#{version}-delta.nupkg"]
cp path.join(buildDir, 'installer', squirrelAsset), path.join(buildDir, squirrelAsset)
assets.push({assetName: squirrelAsset, sourcePath: assetName})
assets

View File

@@ -1 +1 @@
Some textSome textSome text.
Some textSome textSome textSome text.