kitao / pyxel

A retro game engine for Python
MIT License
14.67k stars 824 forks source link

WASM, Enable to launch file in non-default branch in GitHub #522

Open rinrin24 opened 7 months ago

rinrin24 commented 7 months ago

Enable fetching URLs from files in non-default branches on the WASM launcher page.

In the second commit I've removed the branch statement from the URL when the branch name was 'main' or 'master'. However, this change could potentially cause issues if 'main' or 'master' branch is not set as a default branch.