const RELEASE_FILE_SFX  = RELEASE_OS_NAME == "osx"   ? "-osx.run"          :
                          RELEASE_OS_NAME == "win"   ?
                          RELEASE_OS_BITS == "64"    ? "_win64-setup.exe"  : "_win32-setup.exe" :
                          RELEASE_OS_NAME == "linux" ?
                          RELEASE_OS_BITS == "64"    ? "-linux-x86_64.run" : "-linux-i686.run"  :