Windows install script: update the qt version in aspell build

This commit is contained in:
Jean-Francois Dockes 2021-04-14 08:13:16 +01:00
parent 4153c288ca
commit 1c09fdbf6b

View File

@ -310,7 +310,7 @@ copyaspell()
chkcp $MINGWBIN/libstdc++-6.dll $DEST
chkcp $MINGWBIN/libwinpthread-1.dll $DEST
if test $BUILD = MSVC ; then
chkcp $RCLDEPS/mingw/build-libaspell-Desktop_Qt_5_14_1_MSVC2017_32bit-Release/release/aspell.dll $DESTDIR/libaspell-15.dll
chkcp $RCLDEPS/mingw/build-libaspell-Desktop_Qt_5_14_2_MSVC2017_32bit-Release/release/aspell.dll $DESTDIR/libaspell-15.dll
fi
}