Skip to content

Commit ead763f

Browse files
committed
Fix Linux CLAP strip command
The CLAP plugin on Linux is a flat .so file, not a bundle directory.
1 parent bea6c02 commit ead763f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ if [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then
107107
strip vst/$PLUGIN.so
108108
strip vst3/$PLUGIN.vst3/Contents/x86_64-linux/$PLUGIN.so
109109
strip lv2/$PLUGIN.lv2/lib$PLUGIN.so
110-
strip clap/$PLUGIN.clap/$PLUGIN.so
110+
strip clap/$PLUGIN.clap
111111

112112
# Upload
113113
cd "$ROOT/ci/bin"

0 commit comments

Comments
 (0)