fix: whitespace at the end of a line
This commit is contained in:
parent
7810bc415b
commit
1ffe20fc98
1 changed files with 1 additions and 1 deletions
2
justfile
2
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue