pandemonium_engine_minimal/misc/scripts/strip_all.sh
2023-12-14 21:54:22 +01:00

11 lines
191 B
Bash
Executable File

#!/bin/bash
set -e
cd ../../bin/
# Todo figure out a way to also strip the pi4 versions (from x86 linux)
strip pandemonium.x11.*
strip pandemonium_server.x11.*
strip pandemonium.windows.*