mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Strip Linux binaries
This commit is contained in:
parent
9371e75baf
commit
5ab4013605
1 changed files with 5 additions and 0 deletions
|
|
@ -97,6 +97,11 @@ elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then
|
||||||
|
|
||||||
cd "$ROOT/ci/bin"
|
cd "$ROOT/ci/bin"
|
||||||
|
|
||||||
|
# Strip debug symbols
|
||||||
|
strip $PLUGIN.so
|
||||||
|
strip $PLUGIN.vst3/Contents/x86_64-linux/$PLUGIN.so
|
||||||
|
strip $PLUGIN.lv2/lib$PLUGIN.so
|
||||||
|
|
||||||
# Upload
|
# Upload
|
||||||
cd "$ROOT/ci/bin"
|
cd "$ROOT/ci/bin"
|
||||||
zip -r ${PLUGIN}_Linux.zip $PLUGIN.so $PLUGIN.vst3 $PLUGIN.lv2
|
zip -r ${PLUGIN}_Linux.zip $PLUGIN.so $PLUGIN.vst3 $PLUGIN.lv2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue