diff options
author | Jamie Mansfield <jmansfield@cadixdev.org> | 2021-06-18 12:24:20 +0100 |
---|---|---|
committer | Jamie Mansfield <jmansfield@cadixdev.org> | 2021-06-18 12:24:20 +0100 |
commit | 40f41e5fbea137c758ea688d53d66844e933a1f4 (patch) | |
tree | 6d2e675aa47a38c842eee1ae50daa7c1f2e6f9b2 /buildconfig/BuildConfig.h | |
parent | 9fafe3ffe6fd970b5096c31db8687e4c62c0cfa6 (diff) | |
download | PrismLauncher-40f41e5fbea137c758ea688d53d66844e933a1f4.tar.gz PrismLauncher-40f41e5fbea137c758ea688d53d66844e933a1f4.tar.bz2 PrismLauncher-40f41e5fbea137c758ea688d53d66844e933a1f4.zip |
NOISSUE Specify support URLs at build time
Support URLs (bug tracker, Discord guild, subreddit) are now specified
as cache variables in cmake, and the buttons are not shown if no value
is set for them.
This is an early-stage move towards debranding the MultiMC codebase,
and will (hopefully) alleviate support requests coming to us from
illicit forks.
Diffstat (limited to 'buildconfig/BuildConfig.h')
-rw-r--r-- | buildconfig/BuildConfig.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/buildconfig/BuildConfig.h b/buildconfig/BuildConfig.h index 9feb7786..66d05ae0 100644 --- a/buildconfig/BuildConfig.h +++ b/buildconfig/BuildConfig.h @@ -65,6 +65,10 @@ public: */ QString META_URL; + QString BUG_TRACKER_URL; + QString DISCORD_URL; + QString SUBREDDIT_URL; + QString RESOURCE_BASE = "https://resources.download.minecraft.net/"; QString LIBRARY_BASE = "https://libraries.minecraft.net/"; QString SKINS_BASE = "https://crafatar.com/skins/"; |