mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-15 07:41:21 +02:00
a9767e5df1
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>
7 lines
306 B
Bash
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" "$@"
|