Skip to content
This repository was archived by the owner on May 19, 2020. It is now read-only.

Commit 594ba2e

Browse files
committed
Fix missing extension
1 parent 614628c commit 594ba2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/tasks/patches/publish-build-task.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
when 'win32'
1313
- assets = [{assetName: 'atom-windows.zip', sourcePath: appName}]
1414
- for squirrelAsset in ['AtomSetup.exe', 'AtomSetup.msi', 'RELEASES', "atom-#{version}-full.nupkg", "atom-#{version}-delta.nupkg"]
15-
+ assets = [{assetName: "particle-dev-windows-#{version}", sourcePath: 'ParticleDev'}]
15+
+ assets = [{assetName: "particle-dev-windows-#{version}.zip", sourcePath: 'ParticleDev'}]
1616
+ for squirrelAsset in ['ParticleDevSetup.exe', 'ParticleDevSetup.msi', 'RELEASES', "particledev-#{version}-full.nupkg", "particledev-#{version}-delta.nupkg"]
1717
cp path.join(buildDir, 'installer', squirrelAsset), path.join(buildDir, squirrelAsset)
1818
assets.push({assetName: squirrelAsset, sourcePath: assetName})

0 commit comments

Comments
 (0)