mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
We've got a valid ReleasesDir, don't clear it
This commit is contained in:
@@ -40,10 +40,6 @@ module.exports = (grunt) ->
|
||||
|
||||
pkgs = pkg for pkg in fs.readdirSync(buildDir) when path.extname(pkg) is '.nupkg'
|
||||
|
||||
# NB: Gonna clear Releases for now, in the future we need to pull down
|
||||
# the existing version
|
||||
rm(releasesDir)
|
||||
|
||||
cmd = 'build/windows/update.com'
|
||||
args = ['--releasify', path.join(buildDir, pkgs), '-r', releasesDir, '-g', 'build/windows/install-spinner.gif']
|
||||
spawn {cmd, args}, (error, result, code) -> done(error)
|
||||
|
||||
Reference in New Issue
Block a user