install_vcpkg_dependencies.sh 211 B

1234567
  1. #!/usr/bin/env bash
  2. RELEASE_TAG="v1.8"
  3. FILENAME="dependencies-$1"
  4. DOWNLOAD_URL="https://github.com/vcmi/vcmi-deps-windows/releases/download/$RELEASE_TAG/$FILENAME.txz"
  5. curl -L "$DOWNLOAD_URL" | tar -xf - --xz