travis: correct path to the platform plugin

This commit is contained in:
liushuyu 2018-05-14 21:01:17 -06:00
parent e65d8840dc
commit 66c4b8afd9
No known key found for this signature in database
GPG key ID: 23D1CE4534419437

View file

@ -29,7 +29,8 @@ mkdir package
QT_PLATFORM_DLL_PATH='/usr/x86_64-w64-mingw32/lib/qt5/plugins/platforms/'
find build/ -name "citra*.exe" -exec cp {} 'package' \;
cp "${QT_PLATFORM_DLL_PATH}/qwindows.dll" package/
mkdir package/platforms
cp "${QT_PLATFORM_DLL_PATH}/qwindows.dll" package/platforms/
for i in package/*.exe; do