dirt-racer/init.sh
2024-03-07 20:52:09 +01:00

6 lines
211 B
Bash
Executable file

#! /bin/sh
git submodule update --init --recursive
sed -i -e "s/EXAMPLE/$1/g" ./src/register_types.cpp ./SConstruct ./godot/bin/EXAMPLE.gdextension
mv ./godot/bin/EXAMPLE.gdextension ./godot/bin/$1.gdextension