travis: copy mediaservice plugin to support camera

This commit is contained in:
liushuyu
2018-05-16 21:15:11 -06:00
parent 15ca6550fe
commit 6a8008caf2

View File

@@ -31,6 +31,7 @@ find build/ -name "citra*.exe" -exec cp {} 'package' \;
mkdir package/platforms
cp "${QT_PLATFORM_DLL_PATH}/qwindows.dll" package/platforms/
cp -r "${QT_PLATFORM_DLL_PATH}/../mediaservice/" package/
for i in package/*.exe; do