OSX: Don't re-copy config, it's already taken from there in the build

This commit is contained in:
Rémi Verschelde
2020-01-10 10:58:50 +01:00
parent 930cdb67c7
commit b4e081345c

View File

@@ -55,8 +55,6 @@ if [ "${MONO}" == "1" ]; then
mkdir -p /root/out/templates-mono
cp -rvp bin/* /root/out/templates-mono
rm -rf bin
find /root/out -name config -exec cp /root/dependencies/mono/etc/config {} \;
fi
echo "macOS build successful"