mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 14:00:47 +02:00
Fix Linux CLAP strip command
The CLAP plugin on Linux is a flat .so file, not a bundle directory.
This commit is contained in:
parent
c5c4cb1fdc
commit
7a62457617
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then
|
|||
strip vst/$PLUGIN.so
|
||||
strip vst3/$PLUGIN.vst3/Contents/x86_64-linux/$PLUGIN.so
|
||||
strip lv2/$PLUGIN.lv2/lib$PLUGIN.so
|
||||
strip clap/$PLUGIN.clap/$PLUGIN.so
|
||||
strip clap/$PLUGIN.clap
|
||||
|
||||
# Upload
|
||||
cd "$ROOT/ci/bin"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue