forked from Sara.Sync/godot-cpp-template
6 lines
211 B
Bash
6 lines
211 B
Bash
|
#! /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
|