nesbox / TIC-80

TIC-80 is a fantasy computer for making, playing and sharing tiny games.
https://tic80.com
MIT License
4.84k stars 463 forks source link

Fix `surf` on win32 builds #2567

Closed aliceisjustplaying closed 1 month ago

aliceisjustplaying commented 1 month ago

surf defaults to HTTPS however the TIC-80 website uses a modern certificate that's not available (by default at least) on old systems, thus we default to plain http on the 32-bit build.

Tested on a Thinkpad x220 running Windows XP (32-bit) / Windows 7 (32-bit).

Old build on the left, fix on the right.

surf-winxp

surf-win7-fix