Skip to content

Commit d4469dd

Browse files
committed
Fix build script
1 parent 60dfbe7 commit d4469dd

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
@@ -8,17 +8,17 @@ build_script:
88
- cmd: >-
99
echo %PATH%
1010
11-
%QT_DIR%\bin\qmake.exe PyRun.pro
11+
C:\Qt\5.9.7\mingw53_32\bin\qmake.exe PyRun.pro
1212
13-
%QT_DIR%\bin\mingw32-make.exe
13+
C:\Qt\5.9.7\mingw53_32\bin\mingw32-make.exe
1414
1515
dir C:\projects\expresspython\
1616
1717
dir C:\projects\expresspython\release
1818
1919
copy C:\projects\expresspython\README.md C:\projects\expresspython\release\README.md
2020
21-
windeployqt C:\projects\expresspython\release\expressPython.exe
21+
C:\Qt\5.9.7\mingw53_32\bin\windeployqt.exe C:\projects\expresspython\release\expressPython.exe
2222
2323
del /S C:\projects\expresspython\release\*.o
2424

0 commit comments

Comments
 (0)