Files
gen1recomp/tools/winbuild/zip
T
Solidus Snake a9767e5df1 Add native TLS for Android love.system and desktop gen1tls.
Expose a non-blocking TLS socket API to mods (WSS clients) without bundling
any game-specific multiworld content.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-10 17:43:53 -04:00

7 lines
306 B
Bash

#!/usr/bin/env bash
# Stands in for Info-ZIP's `zip`, which Git for Windows does not ship. Put
# this directory first on PATH before running scripts/build_android.sh; see
# zip_impl.py for what is and is not supported.
here="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
exec py "$here/zip_impl.py" "$@"