mirror of
https://github.com/monero-project/monero.git
synced 2025-08-15 13:05:32 -04:00
Merge pull request #2513
309290d1
Source updates are in a source subdirectory (moneromooo-monero)
This commit is contained in:
commit
87d0516f7d
2 changed files with 6 additions and 3 deletions
|
@ -1298,11 +1298,12 @@ namespace cryptonote
|
|||
bool core::check_updates()
|
||||
{
|
||||
static const char software[] = "monero";
|
||||
static const char subdir[] = "cli"; // because it can never be simple
|
||||
#ifdef BUILD_TAG
|
||||
static const char buildtag[] = BOOST_PP_STRINGIZE(BUILD_TAG);
|
||||
static const char subdir[] = "cli"; // because it can never be simple
|
||||
#else
|
||||
static const char buildtag[] = "source";
|
||||
static const char subdir[] = "source"; // because it can never be simple
|
||||
#endif
|
||||
|
||||
if (check_updates_level == UPDATES_DISABLED)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue