fix: added -i -e to sed ./justfile

This commit is contained in:
Sara Gerretsen 2025-11-23 13:51:49 +00:00
parent b0c56c0d30
commit 6214be9525

View file

@ -39,7 +39,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 "s/change_me/{{projectname}}/" ./justfile
sed -i -e "s/change_me/{{projectname}}/" ./justfile
mv ./modules/PROJECT ./modules/{{projectname}}
# Done Initializing, you will still have to update BUILD_NAME in your justfile