win32 build packaging pathing fixes.
This commit is contained in:
parent
968c15f0f7
commit
fcf2135426
|
@ -5,6 +5,8 @@ image:
|
||||||
#- Ubuntu1804
|
#- Ubuntu1804
|
||||||
build_script:
|
build_script:
|
||||||
- cmd: msbuild "./vc/vc14_fceux.sln"
|
- cmd: msbuild "./vc/vc14_fceux.sln"
|
||||||
- cmd: ./vc/archive.bat
|
- cmd: cd vc
|
||||||
- cmd: appveyor PushArtifact ./vc/fceux.zip
|
- cmd: archive.bat
|
||||||
|
- cmd: cd ..
|
||||||
|
- cmd: appveyor PushArtifact "./vc/fceux.zip"
|
||||||
- sh: ./pipelines/linux_build.sh
|
- sh: ./pipelines/linux_build.sh
|
||||||
|
|
Loading…
Reference in New Issue