travis: copy mediaservice plugin to support camera

This commit is contained in:
liushuyu
2018-07-12 09:33:54 +08:00
parent 15ca6550fe
commit 6a8008caf2
+1
View File
@@ -31,6 +31,7 @@ find build/ -name "citra*.exe" -exec cp {} 'package' \;
mkdir package/platforms mkdir package/platforms
cp "${QT_PLATFORM_DLL_PATH}/qwindows.dll" 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 for i in package/*.exe; do