Updated build script

This commit is contained in:
Alejandro Celaya 2017-07-03 12:49:32 +02:00
parent 17be221920
commit c45cb7bacb

View file

@ -8,7 +8,7 @@ if [ "$#" -ne 1 ]; then
fi
version=$1
builtcontent=$(readlink -f '../shlink_build_tmp')
builtcontent=$(readlink -f '../shlink_${version}_dist')
projectdir=$(pwd)
# Copy project content to temp dir
@ -31,6 +31,8 @@ rm build.sh
rm CHANGELOG.md
rm composer.*
rm LICENSE
rm indocker
rm docker-compose.yml
rm php*
rm README.md
rm -r build