From eaf13a44530f8acc7cc20ed901ce61c2e42eaa56 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Tue, 18 Sep 2018 11:46:51 -0500 Subject: [PATCH] Changes in paths --- appveyor.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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\*