INITIALIZED TEMPLATE

This commit is contained in:
Sara Gerretsen 2025-12-21 14:50:06 +01:00
parent d87b782d6d
commit f3c2bf7515
10 changed files with 19 additions and 19 deletions

View file

@ -1,6 +1,6 @@
set export
BUILD_NAME := "change_me"
BUILD_NAME := "authority"
build: format
# Compiling Editor
@ -37,7 +37,7 @@ release-windows: build
initialize-template projectname:
# Initializing Template {{projectname}}
sed -i -e "s/PROJECT/{{projectname}}/g" ./modules/PROJECT/register_types.h ./modules/PROJECT/register_types.cpp ./project/project.godot ./project/export_presets.cfg .gitignore
sed -i -e "s/change_me/{{projectname}}/" ./justfile
sed -i -e "s/authority/{{projectname}}/" ./justfile
mv ./modules/PROJECT ./modules/{{projectname}}
format: