IMPORTANT: There appears to be an unofficial mirror on #SourceForge that attempts to be legitimate. THIS IS FAKE.

What's more concerning is the fact that there appears to be an impersonator of @gperson. This is NOT them as they are NOT on SourceForge. The fake project also distributes both the 64-bit version and a fake macOS Universal 2 binary also well. The latter is almost certainly fake; we do not plan on distributing a universal binary (more on that later).

@gperson The reason we do not plan on distributing a universal binary for macOS is due to limitations in vcpkg, at least when we last checked. We would instead distribute separate Intel and macOS binaries instead.

The only official ones we have are here: https://nightly.link/tenacityteam/tenacity/workflows/cmake_build/1.3. Even then, they may not work.

nightly.link | Repository tenacityteam/tenacity | Workflow cmake_build.yml | Branch 1.3

@tenacity @gperson

I wonder if you could make a “universal” app by designating a shell script as the app executable, which then execs the architecture-appropriate binary (both of which are present in the bundle as separate files).

@argv_minus_one @tenacity Theoretically you can, although we'd just ship the two separately just to make things easier honestly 😂