mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2024-11-17 22:17:19 +01:00
11 lines
191 B
Bash
11 lines
191 B
Bash
|
#!/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.*
|