diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2023-04-06 19:18:36 +0100 |
---|---|---|
committer | TheKodeToad <TheKodeToad@proton.me> | 2023-04-06 19:18:36 +0100 |
commit | 871d647c93944b7dabd070ed49a6eeaa8745d55a (patch) | |
tree | 2c4dbaa57174b148a4248b70e98fbf1e965a9c0d /buildconfig | |
parent | e42050cc8a2f74178d6cd0afe8c92ae9b802cf73 (diff) | |
download | PrismLauncher-871d647c93944b7dabd070ed49a6eeaa8745d55a.tar.gz PrismLauncher-871d647c93944b7dabd070ed49a6eeaa8745d55a.tar.bz2 PrismLauncher-871d647c93944b7dabd070ed49a6eeaa8745d55a.zip |
Use local metadata
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
Diffstat (limited to 'buildconfig')
-rw-r--r-- | buildconfig/BuildConfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/buildconfig/BuildConfig.h b/buildconfig/BuildConfig.h index a05d7a9e..38fa3a65 100644 --- a/buildconfig/BuildConfig.h +++ b/buildconfig/BuildConfig.h @@ -36,6 +36,7 @@ #pragma once #include <QString> +#include <QList> /** * \brief The Config class holds all the build-time information passed from the build system. @@ -160,6 +161,7 @@ class Config { QString MODRINTH_STAGING_URL = "https://staging-api.modrinth.com/v2"; QString MODRINTH_PROD_URL = "https://api.modrinth.com/v2"; + QStringList MODRINTH_MRPACK_HOSTS{"cdn.modrinth.com", "github.com", "raw.githubusercontent.com", "gitlab.com"}; QString FLAME_BASE_URL = "https://api.curseforge.com/v1"; |