move some URLs in cmake

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2024-09-16 15:51:51 +03:00
parent bee59c904a
commit ca6b62c773
4 changed files with 18 additions and 6 deletions

View File

@ -133,6 +133,11 @@ class Config {
*/
QString HELP_URL;
/**
* URL that gets opened when the user succesfully logins.
*/
QString SUCCESSFULL_LOGIN_URL;
/**
* Client ID you can get from Imgur when you register an application
*/
@ -165,8 +170,8 @@ class Config {
QString RESOURCE_BASE = "https://resources.download.minecraft.net/";
QString LIBRARY_BASE = "https://libraries.minecraft.net/";
QString IMGUR_BASE_URL = "https://api.imgur.com/3/";
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 FMLLIBS_BASE_URL;
QString TRANSLATIONS_BASE_URL;
QString MODPACKSCH_API_BASE_URL = "https://api.modpacks.ch/";