• MangoPenguin@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 months ago

    On a somewhat related note, why do so many open source projects give me a zip file with a single exe inside it instead of just the exe directly?

        • AeonFelis@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          4 months ago

          This is true for the code part, but executables can also contain data does compress well and maybe not be compressed inside the EXE (e.g. - to avoid the need to decompress it on every run)

            • AeonFelis@lemmy.world
              link
              fedilink
              English
              arrow-up
              1
              ·
              4 months ago

              I’ve been on Linux for so long, I already forgot about having to download a zip file with an installer that installs a downloader that downloads and installs the actual application.