From 1ffe20fc98be09a52948851c0475f704b7c3e447 Mon Sep 17 00:00:00 2001 From: Sara Date: Sun, 1 Feb 2026 10:56:08 +0100 Subject: [PATCH] fix: whitespace at the end of a line --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index a10d653f..2622967e 100644 --- a/justfile +++ b/justfile @@ -18,7 +18,7 @@ release-linux: build rm -rf build && mkdir build engine/bin/godot.*.editor.dev.*.llvm --headless --export-release "Linux" project/project.godot && zip build.zip build/* # Resetting Build Environment - touch build/.gitkeep + touch build/.gitkeep sed -i "s!{{`realpath engine/bin/godot.linuxbsd.template_release.x86_64.llvm`}}!templatepath!" project/export_presets.cfg # Completed Linux Release Build