diff --git a/justfile b/justfile index 771b7564..3f26fb2c 100644 --- a/justfile +++ b/justfile @@ -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 "s/mygame/{{projectname}}/" ./justfile + sed -i "s/change_me/{{projectname}}/" ./justfile mv ./modules/PROJECT ./modules/{{projectname}} # Done Initializing, you will still have to update BUILD_NAME in your justfile