summaryrefslogtreecommitdiff
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
parent2484c1e2bd0fd602c66955db9e1fca2c76d3be35 (diff)
added missing plugins to static build output
-rw-r--r--PORTABLE_VERSION2
-rwxr-xr-xscripts/portable_package_static.sh2
2 files changed, 3 insertions, 1 deletions
diff --git a/PORTABLE_VERSION b/PORTABLE_VERSION
index 94ee4293..da86bf1d 100644
--- a/PORTABLE_VERSION
+++ b/PORTABLE_VERSION
@@ -1 +1 @@
-0.5.6-test1
+0.5.6-test2
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\