mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-01 16:05:07 +01:00
travis: copy mediaservice plugin to support camera
This commit is contained in:
parent
15ca6550fe
commit
6a8008caf2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user