From 3f8786741afa17c30e23186c465fe870b2de9efe Mon Sep 17 00:00:00 2001 From: m0sia Date: Wed, 21 Mar 2018 17:43:02 -0500 Subject: Update appveyor.yml --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 1f45d81..42be7d6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,8 +19,8 @@ build: off after_test: - "%PYTHON%\\python.exe setup.py py2exe" - "7z a pyParrotZik-%APPVEYOR_BUILD_VERSION%.zip .\\dist\\*" - - iscc /F"pyParrotZik-installer-%APPVEYOR_BUILD_VERSION%" win32installer.iss + - iscc /O"." /F"pyParrotZik-installer-%APPVEYOR_BUILD_VERSION%" win32installer.iss artifacts: - path: pyParrotZik-%APPVEYOR_BUILD_VERSION%.zip - - path: Output\\pyParrotZik-installer-%APPVEYOR_BUILD_VERSION%.exe + - path: pyParrotZik-installer-%APPVEYOR_BUILD_VERSION%.exe -- cgit v1.2.1