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