Fix error in script execution

This commit is contained in:
FriwiDev
2021-11-24 00:09:41 +01:00
parent e06a40d9a1
commit ff91daafab

View File

@@ -59,9 +59,9 @@ set -e
#Generate distribution
chmod +x make_distrib.sh
if [ ${TARGETARCH} == 'amd64' ] || [ ${TARGETARCH} == 'arm64' ]; then
make_distrib.sh linux64
./make_distrib.sh linux64
else
make_distrib.sh linux32
./make_distrib.sh linux32
fi
#Pack binary_distrib