1
0
Fork 0
minetest-engine-multicraft2/build/macOS/assets.sh

12 lines
185 B
Bash
Executable File

#!/bin/bash -e
if [ ! -d MultiCraft/MultiCraft.xcodeproj ]; then
echo "Run this in build/macOS"
exit 1
fi
DEST=$(pwd)/assets
mkdir -p $DEST/fonts
cp ../../fonts/*.ttf $DEST/fonts/