mirror of
https://github.com/Mibew/title-notification-plugin.git
synced 2025-01-22 09:30:33 +03:00
Fix invalid bitmask for release archives
This commit is contained in:
parent
c391541d5d
commit
c6de6fd33e
@ -28,7 +28,7 @@ gulp.task('prepare-release', ['bower'], function() {
|
||||
.pipe(tar('title-notification-plugin-' + version + '.tar'))
|
||||
.pipe(gzip())
|
||||
)
|
||||
.pipe(chmod(0644))
|
||||
.pipe(chmod(644))
|
||||
.pipe(gulp.dest('release'));
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user