Skip to content

Commit 96465a8

Browse files
committed
Fix appveyor
1 parent 2d5662e commit 96465a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ install:
55
- git submodule update --init --recursive
66

77
init:
8-
- set QTDIR=C:\Qt\5.12.1\msvc2017_64
9-
- set PATH=%PATH%;C:\Qt\5.12.1\msvc2017_64\bin;
8+
- set QTDIR=C:\Qt\5.12\msvc2017_64
9+
- set PATH=%PATH%;C:\Qt\5.12\msvc2017_64\bin;
1010
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64
1111
build_script:
1212
- qmake Savestate2snes.pro -spec win32-msvc "CONFIG+=release"
@@ -55,4 +55,4 @@ deploy:
5555
prerelease: false
5656
on:
5757
branch: master # release from master branch only
58-
APPVEYOR_REPO_TAG: true
58+
APPVEYOR_REPO_TAG: true

0 commit comments

Comments
 (0)