I made a change to the source code to disable integer scaling and recompiled myself on Windows. However, when I go export the game, it downloads an executable from the tic80.com website - https://tic80.com/export/1.0/win - that seems to be the full TIC-80 executable (if you rename it with ".exe" on the end, it will load up TIC-80 with a blank screen). And then my Lua code gets inserted in there somehow? I'm just guessing that's how it works, but I do know that this downloaded executable is built with the DEFAULT source... so my customizations are gone when you open the exported game.
What's the solution?