Skip to content
This repository has been archived by the owner on Jun 29, 2019. It is now read-only.

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Heejin committed Mar 22, 2016
1 parent 90e6485 commit 0b5a7b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ gulp.task('build', ['main', 'renderer', 'deps'], (done) => {
});

gulp.task('build-zip', ['build'], () => {
return gulp.src('./out/Hain-win32-x64/**/*')
.pipe(zip('Hain-win32-x64.zip'))
return gulp.src('./out/Hain-win32-ia32/**/*')
.pipe(zip('Hain-win32-ia32.zip'))
.pipe(gulp.dest('./out/'));
});

Expand Down

0 comments on commit 0b5a7b6

Please sign in to comment.