1
0
2022-11-14 00:46:46 +01:00

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/