Files
gen1recomp/tools/winbuild/python3
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

8 lines
412 B
Bash

#!/usr/bin/env bash
# Windows ships a python3.exe under WindowsApps that exists purely to advertise
# the Microsoft Store, so `command -v python3` succeeds and running it fails.
# build_android.sh calls python3 three times (the Yellow manifest check, the
# gradle.properties rewrite and the manifest permission trim), and this puts a
# real interpreter behind that name for the length of the build.
exec py "$@"