Good afternoon friends,
I'm trying to build a distributable version of my little Gemini browser:
https://git.sr.ht/~soapdog/fafi-browserThe source folder contains a `main.rkt` which has `(module+ main ...)` in it. I thought that selecting that file and using the menu to create a distribution should work. I also tried to come up with a build script based on Alex build script for ActivityLog2:
https://git.sr.ht/~soapdog/fafi-browser/tree/maybe-build/build.rktWhat is happening is that everything appears to build correctly on first glance but nothing happens when I try running the `Fafi.exe` file. If I try running it like `Fafi.exe -v` I get a `Racket v7.7` banner which makes me think that my main module is not executing. This happens if I use my build script or if I use the menu in DrRacket.
Can someone share some pointers or feedback about where to look to fix this? I greatly appreciate any feedback.
Kind regards
A.
--