diff options
| author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-18 13:05:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-18 13:05:24 +0200 |
| commit | afaef4e83bd3d680897762554a23be9c55d3f901 (patch) | |
| tree | 7b790479e44e0f6d07dabc660f627c6249afa227 /buildconfig | |
| parent | 981e9cf290b4b65bf308a82336f69325b504398a (diff) | |
| parent | b746f723cb32ef066bea48a1a2765b3ec6b7003c (diff) | |
| download | PrismLauncher-afaef4e83bd3d680897762554a23be9c55d3f901.tar.gz PrismLauncher-afaef4e83bd3d680897762554a23be9c55d3f901.tar.bz2 PrismLauncher-afaef4e83bd3d680897762554a23be9c55d3f901.zip | |
Merge pull request #13 from PlaceholderMC/rebrand
Diffstat (limited to 'buildconfig')
| -rw-r--r-- | buildconfig/BuildConfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/buildconfig/BuildConfig.h b/buildconfig/BuildConfig.h index de66cec4..ef384ed2 100644 --- a/buildconfig/BuildConfig.h +++ b/buildconfig/BuildConfig.h @@ -140,8 +140,8 @@ class Config { QString LIBRARY_BASE = "https://libraries.minecraft.net/"; QString AUTH_BASE = "https://authserver.mojang.com/"; QString IMGUR_BASE_URL = "https://api.imgur.com/3/"; - QString FMLLIBS_BASE_URL = "https://files.polymc.org/fmllibs/"; - QString TRANSLATIONS_BASE_URL = "https://i18n.polymc.org/"; + QString FMLLIBS_BASE_URL = "https://files.prismlauncher.org/fmllibs/"; // FIXME: move into CMakeLists + QString TRANSLATIONS_BASE_URL = "https://i18n.prismlauncher.org/"; // FIXME: move into CMakeLists QString MODPACKSCH_API_BASE_URL = "https://api.modpacks.ch/"; |
