mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-01 16:05:07 +01:00
travis: correct path to the platform plugin
This commit is contained in:
parent
e65d8840dc
commit
66c4b8afd9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user