Bläddra i källkod

Feat(Depend): win32

viest 6 år sedan
förälder
incheckning
2c3f54d85a
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      .appveyor.yml

+ 2 - 1
.appveyor.yml

@@ -40,7 +40,8 @@ install:
                         Invoke-WebRequest $zliurl -OutFile "c:\build-cache\$lname2"
                         Invoke-WebRequest $zliurl -OutFile "c:\build-cache\$lname2"
                 }
                 }
                 if (-not (Test-Path c:\build-cache\$lname3)) {
                 if (-not (Test-Path c:\build-cache\$lname3)) {
-                        & 7z x c:\build-cache\$lname2 -oc:\build-cache\$lname3
+                        & 7z x c:\build-cache\$lname2 -oc:\build-cache
+                        & 7z x c:\build-cache\zlib-1.2.11.tar -oc:\build-cache\$lname3
                 }
                 }
                 if (-not (Test-Path c:\build-cache\$lname3\Release)) {
                 if (-not (Test-Path c:\build-cache\$lname3\Release)) {
                        cd c:\build-cache\$lname3
                        cd c:\build-cache\$lname3