mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-25 06:11:11 +03:00
Kept symlincs while generating the dist file
This commit is contained in:
parent
3b1545a761
commit
cbb5a02b95
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -40,5 +40,5 @@ rm -rf config/autoload/{{,*.}local.php{,.dist},.gitignore}
|
||||||
|
|
||||||
# Compressing file
|
# Compressing file
|
||||||
rm -f "${projectdir}"/build/shlink_${version}_dist.zip
|
rm -f "${projectdir}"/build/shlink_${version}_dist.zip
|
||||||
zip -r "${projectdir}"/build/shlink_${version}_dist.zip .
|
zip -ry "${projectdir}"/build/shlink_${version}_dist.zip .
|
||||||
rm -rf "${builtcontent}"
|
rm -rf "${builtcontent}"
|
||||||
|
|
Loading…
Reference in a new issue