py script

This commit is contained in:
nora 2023-04-17 20:07:54 +02:00
parent 2be0e28305
commit 851d491846
4 changed files with 31 additions and 6 deletions

View file

@ -3,7 +3,8 @@
cp tiles.rs src/tiles.rs
cargo clean -p mantle-diver
cargo build
git apply crash.patch
./apply.py
OUT=$(cargo build 2>&1)