Skip to content

Commit 26d90ea

Browse files
authored
Update appveyor.yml
1 parent 59856f7 commit 26d90ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ build:
44
install:
55
- set QTDIR=C:\Qt\5.10.1\mingw53_32
66
- choco install -y InnoSetup
7-
- set PATH=%PATH%;%QTDIR%\bin;C:\MinGW\bin;;"C:\Program Files (x86)\Inno Setup 5"
7+
- set PATH=%QTDIR%\bin;C:\Qt\Tools\mingw530_32\bin;%PATH%;"C:\Program Files (x86)\Inno Setup 5"
88
build_script:
99
- qmake olam.pro
1010
- mingw32-make
1111
after_build:
1212
- windeployqt --compiler-runtime --release release/olam.exe
13-
- cp C:\\Qt\\5.10.1\\mingw53_32\\bin\\libwinpthread-1.dll release
1413
- cp -r db release
1514
- cp -r misc release
1615
- cp LICENSE release

0 commit comments

Comments
 (0)