mirror of
https://github.com/godotengine/godot-build-scripts.git
synced 2025-12-31 05:48:35 +03:00
OSX: Don't re-copy config, it's already taken from there in the build
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user