mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Merge pull request #1415 from Techwolfy/fix-permissions
Fix permissions of built files.
This commit is contained in:
commit
aee9d80b65
1 changed files with 1 additions and 1 deletions
|
|
@ -464,7 +464,7 @@ gulp.task('rainloop:copy', ['default'], function() {
|
||||||
fs.mkdirSync(dist + 'rainloop/v/' + versionFull, '0777', true);
|
fs.mkdirSync(dist + 'rainloop/v/' + versionFull, '0777', true);
|
||||||
|
|
||||||
return gulp.src('rainloop/v/' + cfg.devVersion + '/**/*', {base: 'rainloop/v/' + cfg.devVersion})
|
return gulp.src('rainloop/v/' + cfg.devVersion + '/**/*', {base: 'rainloop/v/' + cfg.devVersion})
|
||||||
.pipe(chmod(644, 755))
|
.pipe(chmod(0o644, 0o755))
|
||||||
.pipe(gulp.dest(dist + 'rainloop/v/' + versionFull));
|
.pipe(gulp.dest(dist + 'rainloop/v/' + versionFull));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue