summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-10-15 21:20:42 +0200
committerGravatar waker <wakeroid@gmail.com>2012-10-15 21:20:42 +0200
commitf8ecadcb8726532bbc21931920c074167dac429a (patch)
tree7ea304e4f8154df08027987a7f68f46bb34da9af /scripts
parent2484c1e2bd0fd602c66955db9e1fca2c76d3be35 (diff)
added missing plugins to static build output
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/portable_package_static.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/portable_package_static.sh b/scripts/portable_package_static.sh
index 6db7cc3c..bbac7f1a 100755
--- a/scripts/portable_package_static.sh
+++ b/scripts/portable_package_static.sh
@@ -48,6 +48,7 @@ tar jcvf ../../portable_out/build/$OUTNAME\
$PLUGDIR/oss.so\
$PLUGDIR/shellexec.so\
$PLUGDIR/shellexecui_gtk2.so\
+ $PLUGDIR/shellexecui_gtk3.so\
$PLUGDIR/sid.so\
$PLUGDIR/sndfile.so\
$PLUGDIR/supereq.so\
@@ -63,6 +64,7 @@ tar jcvf ../../portable_out/build/$OUTNAME\
$PLUGDIR/ddb_dumb.so\
$PLUGDIR/converter.so\
$PLUGDIR/converter_gtk2.so\
+ $PLUGDIR/converter_gtk3.so\
$PLUGDIR/convpresets\
$PLUGDIR/pulse.so\
$PLUGDIR/dsp_libsrc.so\