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
No known key found for this signature in database
GPG key ID: 23D1CE4534419437

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