diff options
| author | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-06 10:34:36 +0300 |
|---|---|---|
| committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-06 10:34:36 +0300 |
| commit | 1043d29dd5b399991ed7055df5a1eced982f4c4c (patch) | |
| tree | 7b339f934c4d2bbd23f650ce34ca12be3db9673f /buildconfig | |
| parent | 6505a6280111e29b33d829703d1c1a87f90dba7a (diff) | |
| parent | 7e016c44c14d28001d0e6424e90d0eda95451ab7 (diff) | |
| download | PrismLauncher-1043d29dd5b399991ed7055df5a1eced982f4c4c.tar.gz PrismLauncher-1043d29dd5b399991ed7055df5a1eced982f4c4c.tar.bz2 PrismLauncher-1043d29dd5b399991ed7055df5a1eced982f4c4c.zip | |
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into requires
Diffstat (limited to 'buildconfig')
| -rw-r--r-- | buildconfig/BuildConfig.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/buildconfig/BuildConfig.h b/buildconfig/BuildConfig.h index a05d7a9e..8543d724 100644 --- a/buildconfig/BuildConfig.h +++ b/buildconfig/BuildConfig.h @@ -1,8 +1,9 @@ // SPDX-License-Identifier: GPL-3.0-only /* - * PolyMC - Minecraft Launcher + * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> + * Copyright (C) 2023 TheKodeToad <TheKodeToad@proton.me> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -36,6 +37,7 @@ #pragma once #include <QString> +#include <QList> /** * \brief The Config class holds all the build-time information passed from the build system. @@ -160,6 +162,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"; |
