Merge pull request #225 from kiwix/fix_qt_version
Fix the path of AppVeyor Qt to be minor version independent.
This commit is contained in:
commit
81d9a96229
|
@ -10,7 +10,7 @@ mkdir $KIWIX_DIR
|
|||
mkdir -p NIGHTLY_KIWIX_ARCHIVES_DIR
|
||||
|
||||
cp /c/projects/kiwix-build/kiwix-desktop/Release/kiwix-desktop.exe $KIWIX_DIR
|
||||
/c/Qt/5.11.0/msvc2017_64/bin/windeployqt --compiler-runtime $KIWIX_DIR
|
||||
/c/Qt/5.11/msvc2017_64/bin/windeployqt --compiler-runtime $KIWIX_DIR
|
||||
|
||||
cp $MINGW64_EXTRA_DIR/bin/*.dll $KIWIX_DIR
|
||||
|
||||
|
|
Loading…
Reference in New Issue