fix: justfile updates self to rename build

This commit is contained in:
Sara Gerretsen 2025-12-21 14:30:58 +01:00
parent 82f2cae0f6
commit d87b782d6d

View file

@ -37,9 +37,8 @@ release-windows: build
initialize-template projectname: initialize-template projectname:
# Initializing 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/PROJECT/{{projectname}}/g" ./modules/PROJECT/register_types.h ./modules/PROJECT/register_types.cpp ./project/project.godot ./project/export_presets.cfg .gitignore
sed "s/change_me/{{projectname}}/" ./justfile sed -i -e "s/change_me/{{projectname}}/" ./justfile
mv ./modules/PROJECT ./modules/{{projectname}} mv ./modules/PROJECT ./modules/{{projectname}}
# Done Initializing, you will still have to update BUILD_NAME in your justfile
format: format:
# Formatting Custom Modules # Formatting Custom Modules