We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60dfbe7 commit d4469ddCopy full SHA for d4469dd
appveyor.yml
@@ -8,17 +8,17 @@ build_script:
8
- cmd: >-
9
echo %PATH%
10
11
- %QT_DIR%\bin\qmake.exe PyRun.pro
+ C:\Qt\5.9.7\mingw53_32\bin\qmake.exe PyRun.pro
12
13
- %QT_DIR%\bin\mingw32-make.exe
+ C:\Qt\5.9.7\mingw53_32\bin\mingw32-make.exe
14
15
dir C:\projects\expresspython\
16
17
dir C:\projects\expresspython\release
18
19
copy C:\projects\expresspython\README.md C:\projects\expresspython\release\README.md
20
21
- windeployqt C:\projects\expresspython\release\expressPython.exe
+ C:\Qt\5.9.7\mingw53_32\bin\windeployqt.exe C:\projects\expresspython\release\expressPython.exe
22
23
del /S C:\projects\expresspython\release\*.o
24
0 commit comments