From 1f6076c033454376af039a69c36999721b8f237c Mon Sep 17 00:00:00 2001 From: m0sia Date: Wed, 21 Mar 2018 17:28:44 -0500 Subject: Adding innosetup installer --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index e78eb58..14ad28e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,6 +4,7 @@ environment: - PYTHON: "C:\\Python27" install: + - appveyor-retry choco install -y InnoSetup - "%PYTHON%\\python.exe -m pip install -r requirements.txt" - "%PYTHON%\\python.exe -m pip install py2exe_py2" - ps: if (-not (Test-Path pygtk-all-in-one-2.24.2.win32-py2.7.msi)) { Start-FileDownload "https://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.24/pygtk-all-in-one-2.24.2.win32-py2.7.msi" } @@ -17,7 +18,8 @@ build: off after_test: - "%PYTHON%\\python.exe setup.py py2exe" - - "7z a pyParrotZik-%APPVEYOR_BUILD_VERSION%.zip .\\dist\\*" + - "7z a pyParrotZik-%APPVEYOR_BUILD_VERSION%.zip .\\dist\\* + - iscc win32installer.iss artifacts: - path: pyParrotZik-%APPVEYOR_BUILD_VERSION%.zip -- cgit v1.2.1