aboutsummaryrefslogtreecommitdiff
path: root/buildconfig/BuildConfig.h
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-04-06 10:52:27 +0200
committerGitHub <noreply@github.com>2022-04-06 10:52:27 +0200
commit99d569ed0e982291f167155a9eb86d1c6e659376 (patch)
tree8fd9cebf676ca745d743724b3568a2e75d3c32f9 /buildconfig/BuildConfig.h
parenta1a7b9c15171c09131ee8b8a3d9e81355728cfb1 (diff)
parentb6e722a048aabd35d6e2d8db3ad26e50b1f5a7fb (diff)
downloadPrismLauncher-99d569ed0e982291f167155a9eb86d1c6e659376.tar.gz
PrismLauncher-99d569ed0e982291f167155a9eb86d1c6e659376.tar.bz2
PrismLauncher-99d569ed0e982291f167155a9eb86d1c6e659376.zip
Merge pull request #384 from jamierocks/technic-improvements
Diffstat (limited to 'buildconfig/BuildConfig.h')
-rw-r--r--buildconfig/BuildConfig.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/buildconfig/BuildConfig.h b/buildconfig/BuildConfig.h
index 2fb71f14..6304387c 100644
--- a/buildconfig/BuildConfig.h
+++ b/buildconfig/BuildConfig.h
@@ -140,6 +140,12 @@ public:
QString ATL_DOWNLOAD_SERVER_URL = "https://download.nodecdn.net/containers/atl/";
+ QString TECHNIC_API_BASE_URL = "https://api.technicpack.net/";
+ /**
+ * The build that is reported to the Technic API.
+ */
+ QString TECHNIC_API_BUILD = "multimc";
+
/**
* \brief Converts the Version to a string.
* \return The version number in string format (major.minor.revision.build).