mirror of
https://github.com/Mibew/mibew_slack.git
synced 2025-01-22 10:00:31 +03:00
Fix permissions for release archives (fixes #5)
This commit is contained in:
parent
a7bf5c32b0
commit
7f2746ed61
@ -66,7 +66,7 @@ gulp.task('prepare-release', function() {
|
||||
.pipe(tar('slack-' + version + '.tar'))
|
||||
.pipe(gzip())
|
||||
)
|
||||
.pipe(chmod(0644))
|
||||
.pipe(chmod(644))
|
||||
.pipe(gulp.dest('release'));
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user