Merge pull request #6678

cc19397 updates: mac gui .tar.bz2 -> .dmg (selsta)
release-v0.16
luigi1111 4 years ago
commit 829cbfd700
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

@ -102,6 +102,8 @@ namespace tools
const char *base = user ? "https://downloads.getmonero.org/" : "https://updates.getmonero.org/";
#ifdef _WIN32
static const char *extension = strncmp(buildtag.c_str(), "source", 6) ? (strncmp(buildtag.c_str(), "install-", 8) ? ".zip" : ".exe") : ".tar.bz2";
#elif defined(__APPLE__)
static const char *extension = strncmp(software.c_str(), "monero-gui", 10) ? ".tar.bz2" : ".dmg";
#else
static const char extension[] = ".tar.bz2";
#endif

Loading…
Cancel
Save