mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-23 10:37:37 -07:00
Merge pull request #6679
2f1ad3b3d
updates: mac gui .tar.bz2 -> .dmg (selsta)
This commit is contained in:
commit
236256f114
@ -102,6 +102,8 @@ namespace tools
|
|||||||
const char *base = user ? "https://downloads.getmonero.org/" : "https://updates.getmonero.org/";
|
const char *base = user ? "https://downloads.getmonero.org/" : "https://updates.getmonero.org/";
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
static const char *extension = strncmp(buildtag.c_str(), "source", 6) ? (strncmp(buildtag.c_str(), "install-", 8) ? ".zip" : ".exe") : ".tar.bz2";
|
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
|
#else
|
||||||
static const char extension[] = ".tar.bz2";
|
static const char extension[] = ".tar.bz2";
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user