diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-01-22 09:45:56 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-01-22 09:45:56 -0500 |
| commit | db5f46d7b4f1f00e30d8d8b6425dabbc41ee09b8 (patch) | |
| tree | f61d15c89fbb351f08c1d45ea6771003db6cb95f /appveyor | |
| parent | 0573929ec51e3a58aa30da4b4b8f9cf8c069e6f8 (diff) | |
| download | erable-godot-db5f46d7b4f1f00e30d8d8b6425dabbc41ee09b8.tar.gz erable-godot-db5f46d7b4f1f00e30d8d8b6425dabbc41ee09b8.tar.bz2 erable-godot-db5f46d7b4f1f00e30d8d8b6425dabbc41ee09b8.zip | |
Changed script
Diffstat (limited to 'appveyor')
| -rw-r--r-- | appveyor/build.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor/build.bat b/appveyor/build.bat index 0c7d9e6..7d3c32f 100644 --- a/appveyor/build.bat +++ b/appveyor/build.bat @@ -4,7 +4,7 @@ if "%APPVEYOR_REPO_TAG_NAME%"=="continuous" ( ) -set QTDIR=C:\Qt\5.14\msvc2017_64 +set QTDIR=C:\Qt\5.12\msvc2017_64 set PATH=%PATH%;%QTDIR%\bin call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat" |
