From d87b782d6d5766c28848694291b033337bac5589 Mon Sep 17 00:00:00 2001 From: Sara Date: Sun, 21 Dec 2025 14:30:58 +0100 Subject: [PATCH] fix: justfile updates self to rename build --- justfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/justfile b/justfile index ad0c5d09..a4de92f4 100644 --- a/justfile +++ b/justfile @@ -37,9 +37,8 @@ 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 format: # Formatting Custom Modules