From 1c09fdbf6bea4b77ec43c96c78abad07d0081231 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Wed, 14 Apr 2021 08:13:16 +0100 Subject: [PATCH] Windows install script: update the qt version in aspell build --- src/windows/mkinstdir.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windows/mkinstdir.sh b/src/windows/mkinstdir.sh index f393950a..0d5c950b 100644 --- a/src/windows/mkinstdir.sh +++ b/src/windows/mkinstdir.sh @@ -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 }