aboutsummaryrefslogtreecommitdiff
path: root/buildconfig/BuildConfig.h
diff options
context:
space:
mode:
authorJamie Mansfield <jmansfield@cadixdev.org>2020-08-24 23:13:43 +0100
committerPetr Mrázek <peterix@gmail.com>2021-02-07 23:30:24 +0100
commitab19b863417d7cfca7ff1a5121c2f41ed0a722d9 (patch)
tree9e6f2749f8be48315670bb222b2b3d83be799d80 /buildconfig/BuildConfig.h
parent5e980ceef20ea7087b3c04fb7e7691f29363fa3b (diff)
downloadPrismLauncher-ab19b863417d7cfca7ff1a5121c2f41ed0a722d9.tar.gz
PrismLauncher-ab19b863417d7cfca7ff1a5121c2f41ed0a722d9.tar.bz2
PrismLauncher-ab19b863417d7cfca7ff1a5121c2f41ed0a722d9.zip
GH-405 ATLauncher Support
Diffstat (limited to 'buildconfig/BuildConfig.h')
-rw-r--r--buildconfig/BuildConfig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildconfig/BuildConfig.h b/buildconfig/BuildConfig.h
index 7e85aa5e..02a9297a 100644
--- a/buildconfig/BuildConfig.h
+++ b/buildconfig/BuildConfig.h
@@ -79,6 +79,8 @@ public:
QString LEGACY_FTB_CDN_BASE_URL = "https://dist.creeper.host/FTB2/";
+ QString ATL_DOWNLOAD_SERVER_URL = "https://download.nodecdn.net/containers/atl/";
+
/**
* \brief Converts the Version to a string.
* \return The version number in string format (major.minor.revision.build).