win32 build packaging pathing fixes.

This commit is contained in:
Matthew Budd 2020-06-16 09:47:28 -04:00
parent 968c15f0f7
commit fcf2135426
1 changed files with 4 additions and 2 deletions

View File

@ -5,6 +5,8 @@ image:
#- Ubuntu1804
build_script:
- cmd: msbuild "./vc/vc14_fceux.sln"
- cmd: ./vc/archive.bat
- cmd: appveyor PushArtifact ./vc/fceux.zip
- cmd: cd vc
- cmd: archive.bat
- cmd: cd ..
- cmd: appveyor PushArtifact "./vc/fceux.zip"
- sh: ./pipelines/linux_build.sh