mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 18:21:26 +00:00
5 lines
211 B
Batchfile
5 lines
211 B
Batchfile
REM ========================================================
|
|
REM Setup from cache
|
|
curl -fsSL -O http://tmp.kiwix.org/ci/deps_windows_windows.zip || exit /b 1
|
|
7z x deps_windows_windows.zip -oc: -aoa || exit /b 1
|