diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-05-17 16:09:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-17 16:09:22 +0200 |
commit | cc13310083fe8d0c3bb423fa3e31db7b1f7b25e1 (patch) | |
tree | 19e4613e56c44f0b755a36435f44f3b1d7636058 /buildconfig | |
parent | 1012912272d14d8cc8eb1e009579a997b7a35b7f (diff) | |
parent | ddc3b5eb0bbd17edd60d96f5094d65dbdb922765 (diff) | |
download | PrismLauncher-cc13310083fe8d0c3bb423fa3e31db7b1f7b25e1.tar.gz PrismLauncher-cc13310083fe8d0c3bb423fa3e31db7b1f7b25e1.tar.bz2 PrismLauncher-cc13310083fe8d0c3bb423fa3e31db7b1f7b25e1.zip |
Merge pull request #565 from Scrumplex/modrinth-packs
Initial Modrinth modpack support
Diffstat (limited to 'buildconfig')
-rw-r--r-- | buildconfig/BuildConfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/buildconfig/BuildConfig.h b/buildconfig/BuildConfig.h index a920a3d4..8594e46d 100644 --- a/buildconfig/BuildConfig.h +++ b/buildconfig/BuildConfig.h @@ -151,6 +151,9 @@ class Config { */ QString TECHNIC_API_BUILD = "multimc"; + QString MODRINTH_STAGING_URL = "https://staging-api.modrinth.com/v2"; + QString MODRINTH_PROD_URL = "https://api.modrinth.com/v2"; + /** * \brief Converts the Version to a string. * \return The version number in string format (major.minor.revision.build). |