From 968c15f0f76761207610810c00df65d81201df04 Mon Sep 17 00:00:00 2001 From: Matthew Budd Date: Tue, 16 Jun 2020 09:38:15 -0400 Subject: [PATCH] Added windows packaging script call to appveyor config. --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index ff7c0140..7690b758 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,4 +5,6 @@ image: #- Ubuntu1804 build_script: - cmd: msbuild "./vc/vc14_fceux.sln" +- cmd: ./vc/archive.bat +- cmd: appveyor PushArtifact ./vc/fceux.zip - sh: ./pipelines/linux_build.sh