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