Skip to content

Commit f6e44e8

Browse files
committed
Fix overwritten AppVeyor deploy_script (changed to after_build)
1 parent 25bb5c1 commit f6e44e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ build_script:
106106

107107
- endlocal
108108

109-
deploy_script:
109+
after_build:
110110
- cd %APPVEYOR_BUILD_FOLDER%
111111
- C:\Python35\python -u gui\qt\deploy-scripts\appveyor_helper.py deploy
112112

0 commit comments

Comments
 (0)