diff --git a/src/gulpfile.js b/src/gulpfile.js index 1773c906..80a1ed0f 100644 --- a/src/gulpfile.js +++ b/src/gulpfile.js @@ -341,7 +341,7 @@ gulp.task('pack-sources', ['composer-install', 'bower-install'], function() { .pipe(tar('mibew-' + version + '.tar')) .pipe(gzip()) ) - .pipe(chmod(0644)) + .pipe(chmod(644)) .pipe(gulp.dest('release')); });