• magic_lobster_party
    link
    fedilink
    117 months ago

    It’s not if you want to compile for Windows, Linux and Mac at the same time, with x86, x64 and ARM support. Cross compiling can often be a big annoyance to set up.

    And this is a Python project. Making stand alone executables for Python projects is rare.

    • @PoolloverNathan@programming.dev
      link
      fedilink
      English
      3
      edit-2
      7 months ago

      GitHub public repositories get free build runners for all of those except ARM and aren’t that hard to set up (for compiled languages of course).