diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-04-25 11:21:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-25 11:21:10 +0200 |
commit | 1e8ad3d979a9261f3f4bd114fb533f4880bdb902 (patch) | |
tree | 6a988e93b04b08a272ac76906f1286b6c0ab34fa /buildconfig | |
parent | 5adcc26190b82dc9c1050452645d762f5e8b5a5e (diff) | |
parent | ba9059c7c8332d469a09515b4d16589909cf9bfd (diff) | |
download | PrismLauncher-1e8ad3d979a9261f3f4bd114fb533f4880bdb902.tar.gz PrismLauncher-1e8ad3d979a9261f3f4bd114fb533f4880bdb902.tar.bz2 PrismLauncher-1e8ad3d979a9261f3f4bd114fb533f4880bdb902.zip |
Merge pull request #408 from jamierocks/atl-share-codes
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 6304387c..c1d34708 100644 --- a/buildconfig/BuildConfig.h +++ b/buildconfig/BuildConfig.h @@ -1,6 +1,7 @@ // SPDX-License-Identifier: GPL-3.0-only /* * PolyMC - Minecraft Launcher + * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * * This program is free software: you can redistribute it and/or modify @@ -139,6 +140,7 @@ public: QString LEGACY_FTB_CDN_BASE_URL = "https://dist.creeper.host/FTB2/"; QString ATL_DOWNLOAD_SERVER_URL = "https://download.nodecdn.net/containers/atl/"; + QString ATL_API_BASE_URL = "https://api.atlauncher.com/v1/"; QString TECHNIC_API_BASE_URL = "https://api.technicpack.net/"; /** |