Skip to content

Commit

Permalink
fixed windows build resulting in tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
faboweb committed Jan 29, 2018
1 parent be39371 commit 807d6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function pack () {
pack.stderr.on('data', data => console.error(data))
pack.on('exit', code => {
if (code === null || code <= 0) {
build()
build(process.env.PLATFORM_TARGET)
}
})
}
Expand Down

0 comments on commit 807d6c2

Please sign in to comment.