From 9a8809cc065c4749d1dafe9960604e1f5dead905 Mon Sep 17 00:00:00 2001 From: m0sia Date: Wed, 21 Mar 2018 17:36:11 -0500 Subject: added installer to artifacts --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'appveyor.yml') 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 -- cgit v1.2.1