From 9bbfad7b05fb6acdfc976ac9991672fe335aa98a Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Sat, 9 Mar 2019 14:18:57 +0100 Subject: [PATCH] appveyor: generate win32installer --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 7c061ac9..e7e79f91 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,12 +10,13 @@ build_script: - mingw32-make -C src/ print-.VARIABLES API=win32 V=1 - mingw32-make API=win32 - mingw32-make ziprelease API=win32 + - mingw32-make win32installer API=win32 # - mingw32-make 3rdparty API=sdl2 # - mingw32-make API=sdl2 # - mingw32-make ziprelease API=sdl2 artifacts: - - path: '*.zip' + - path: '*.7z' name: GrafX2 portable installation - path: 'install\*.exe' name: GrafX2 installer