Skip to content

Public Build Artifact: Windows 3262279962

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Oct 04:11
104b59d
don't prefix the binary execution with the python interpreter

this commit also adds logic to decide at runtime if we should execute '/path/to/python3 /path/to/src/packages/buskill/root_child_mac.py' (the script) or '/path/to/buskill.app/Contents/MacOS/root_child_mac' (the binary) depending on how buskill itself was called.

No user will actually be executing src/main.py to launch the buskill app. But I do this all the time for rapid development. So this logic allows us to test out the root_child logic without having to actually build the root_child script into a binary