mirror of https://github.com/flarum/flarum
parent
9eb8c632bb
commit
f667d9f22c
3
build.sh
3
build.sh
|
@ -80,7 +80,8 @@ done
|
||||||
|
|
||||||
# Finally, create the release archive
|
# Finally, create the release archive
|
||||||
cd ${release}
|
cd ${release}
|
||||||
chmod -R 0644 *
|
find . -type d -exec chmod 0750 {} +
|
||||||
|
find . -type f -exec chmod 0644 {} +
|
||||||
chmod 0775 .
|
chmod 0775 .
|
||||||
chmod -R 0775 assets flarum/storage
|
chmod -R 0775 assets flarum/storage
|
||||||
zip -r release.zip ./
|
zip -r release.zip ./
|
||||||
|
|
Loading…
Reference in New Issue