[Windows] Modify qt installer directory (#2409)

This commit is contained in:
sun20121818 2020-12-25 14:20:17 +08:00 committed by GitHub
parent fd6a8a6891
commit 4e52c864d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ BUILDDIR = os.path.join(os.getcwd(), "..\\..\\..\\")
CERTFILE = "C:/certs/seafile.pfx"
# Qt library directory
QT_DIR = "C:/Qt5.15.1/5.15.1/msvc2019_64"
QT_DIR = "C:/Qt/Qt5.15.1/5.15.1/msvc2019_64"
# Wix install directory
WIX_BIN = "C:/wix/bin"