Explorar el Código

Feat(Depend): win32

viest hace 6 años
padre
commit
2c3f54d85a
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      .appveyor.yml

+ 2 - 1
.appveyor.yml

@@ -40,7 +40,8 @@ install:
                         Invoke-WebRequest $zliurl -OutFile "c:\build-cache\$lname2"
                 }
                 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)) {
                        cd c:\build-cache\$lname3