diff options
author | m0sia <m0sia@m0sia.ru> | 2018-03-21 17:36:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-21 17:36:11 -0500 |
commit | 9a8809cc065c4749d1dafe9960604e1f5dead905 (patch) | |
tree | 5530b936c90d0e7ffd831a1966e269cca21fd0c0 | |
parent | 44f48b391b7ed880b4d2f650ee65ab94997d1a30 (diff) | |
download | pyParrotZikTCP-9a8809cc065c4749d1dafe9960604e1f5dead905.tar.xz pyParrotZikTCP-9a8809cc065c4749d1dafe9960604e1f5dead905.zip |
added installer to artifacts
Diffstat (limited to '')
-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 |