Added a strip script.

This commit is contained in:
Relintai 2022-10-12 14:41:48 +02:00
parent c1d5bcff74
commit 4473c70a37

10
misc/scripts/strip_all.sh Executable file
View File

@ -0,0 +1,10 @@
#!/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.*