Made java downloader as a build option

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2024-03-06 19:33:14 +02:00
parent 24fd07861b
commit 9120848278
7 changed files with 45 additions and 20 deletions

View File

@@ -81,6 +81,10 @@ Config::Config()
UPDATER_ENABLED = true;
}
#if ENABLE_JAVA_DOWNLOADER
JAVA_DOWNLOADER_ENABLED = true;
#endif
GIT_COMMIT = "@Launcher_GIT_COMMIT@";
GIT_TAG = "@Launcher_GIT_TAG@";
GIT_REFSPEC = "@Launcher_GIT_REFSPEC@";