diff --git a/appveyor.yml b/appveyor.yml index a62b7dbc..d28071d3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -46,8 +46,9 @@ install: - "%CMD_IN_ENV% pip install pyenchant" build_script: - - "%CMD_IN_ENV% python src\\setup.py py2exe" + - "cd src" + - "%CMD_IN_ENV% python setup.py py2exe" artifacts: # Archive the generated packages in the ci.appveyor.com build report. - - path: src\dist\* + - path: dist\*