mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-22 00:48:09 +01:00
Added a strip script.
This commit is contained in:
parent
c1d5bcff74
commit
4473c70a37
10
misc/scripts/strip_all.sh
Executable file
10
misc/scripts/strip_all.sh
Executable 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.*
|
Loading…
Reference in New Issue
Block a user