Skip to content

Commit 0b5a7b6

Browse files
author
Heejin
committed
Typo
1 parent 90e6485 commit 0b5a7b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gulpfile.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ gulp.task('build', ['main', 'renderer', 'deps'], (done) => {
6666
});
6767

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

0 commit comments

Comments
 (0)