mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-12-25 01:17:10 +01:00
Make the pi build script rename the built executables.
This commit is contained in:
parent
358b350b40
commit
6cce5c169a
6
build_pi.sh
Normal file → Executable file
6
build_pi.sh
Normal file → Executable file
@ -3,4 +3,10 @@ scons bel_latomic_strip_slim -j4
|
||||
scons bl_latomic_strip_slim -j4
|
||||
scons blr_latomic_strip_slim -j4
|
||||
|
||||
rm -f ./engine/bin/godot.x11.pi4.opt.32
|
||||
rm -f ./engine/bin/godot.x11.pi4.opt.debug.32
|
||||
rm -f ./engine/bin/godot.x11.pi4.opt.tools.32
|
||||
|
||||
mv ./engine/bin/godot.x11.opt.32 ./engine/bin/godot.x11.pi4.opt.32
|
||||
mv ./engine/bin/godot.x11.opt.debug.32 ./engine/bin/godot.x11.pi4.opt.debug.32
|
||||
mv ./engine/bin/godot.x11.opt.tools.32 ./engine/bin/godot.x11.pi4.opt.tools.32
|
||||
|
Loading…
Reference in New Issue
Block a user