summaryrefslogtreecommitdiff
path: root/scripts/portable_postbuild.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/portable_postbuild.sh')
-rwxr-xr-xscripts/portable_postbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/portable_postbuild.sh b/scripts/portable_postbuild.sh
index c1de99c7..540db99d 100755
--- a/scripts/portable_postbuild.sh
+++ b/scripts/portable_postbuild.sh
@@ -21,7 +21,7 @@ for i in nullout cdda flac alsa mpgmad hotkeys vtx \
lastfm sid adplug sndfile artwork alac \
supereq gme dumb notify musepack wildmidi \
tta dca aac mms shn ao shellexec shellexecui vfs_zip \
- m3u converter pulse dsp_libsrc mono2stereo ; do
+ m3u converter pulse dsp_libsrc mono2stereo wma ; do
if [ -f ./plugins/$i/.libs/$i.so ]; then
cp ./plugins/$i/.libs/$i.so $PLUGDIR/
elif [ -f ./plugins/$i/$i.so ]; then