diff options
-rw-r--r-- | appveyor.yml | 4 |
1 files 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 |