Removed asm/libraries from git diff index on package

This commit is contained in:
WolverinDEV 2018-10-09 13:45:24 +02:00
parent 26606605fb
commit 033825f6a0

View file

@ -8,7 +8,7 @@ if [ ! -d web/rel-environment ]; then
exit 1
fi
git diff-index --quiet HEAD --
git diff-index --quiet HEAD -- "asm/libraries/*"
if [ $? -ne 0 ]; then
echo "You're using a private modified build!"
echo "Cant assign git hash!"