diff options
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index d30be49..75e0c95 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,7 +19,8 @@ build: off after_test: - "%PYTHON%\\python.exe setup.py py2exe" - "7z a pyParrotZik-%APPVEYOR_BUILD_VERSION%.zip .\\dist\\*" - - iscc win32installer.iss + - iscc /F"pyParrotZik-installer-%APPVEYOR_BUILD_VERSION%" win32installer.iss artifacts: - path: pyParrotZik-%APPVEYOR_BUILD_VERSION%.zip + - path: pyParrotZik-installer-%APPVEYOR_BUILD_VERSION%.exe |