From 4473c70a37b293a40a615cbf2ca367e54481110d Mon Sep 17 00:00:00 2001 From: Relintai Date: Wed, 12 Oct 2022 14:41:48 +0200 Subject: [PATCH] Added a strip script. --- misc/scripts/strip_all.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 misc/scripts/strip_all.sh diff --git a/misc/scripts/strip_all.sh b/misc/scripts/strip_all.sh new file mode 100755 index 000000000..ced87bdc6 --- /dev/null +++ b/misc/scripts/strip_all.sh @@ -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.*