From 501f92d5cd911747f11033937b2666ba15418cda Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Wed, 4 Mar 2020 23:26:39 +0100 Subject: [PATCH] Update the appveyor script --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index bec5dbc6..a0b4ca1d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,10 +3,10 @@ pull_requests: do_not_increment_build_number: true environment: matrix: - - PYTHON: "C:\Python37-x64" + - PYTHON: "C:\\Python37-x64" PYTHON_VERSION: "3.7" - - PYTHON: "C:\Python38-x64" + - PYTHON: "C:\\Python38-x64" PYTHON_VERSION: "3.8" install: - cmd: "%PYTHON% -m pip install --upgrade pip" @@ -14,5 +14,5 @@ install: build_script: - cmd: "%PYTHON% setup.py build_exe" artifacts: - - path: "build\exe.win-amd64-%PYTHON_VERSION%\\" + - path: "build\\exe.win-amd64-%PYTHON_VERSION%\\" name: "Berserker_Multiworld_{branch}_{version}_PY%PYTHON_VERSION%.zip"