fix: whitespace at the end of a line

This commit is contained in:
Sara Gerretsen 2026-02-01 10:56:08 +01:00
parent 7810bc415b
commit 1ffe20fc98

View file

@ -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