aboutsummaryrefslogtreecommitdiff
path: root/buildconfig/BuildConfig.cpp.in
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2021-10-18 00:47:02 +0200
committerPetr Mrázek <peterix@gmail.com>2021-10-21 00:47:53 +0200
commit5b3dffce62f7e4c00436adeca33c5f2fc4a21db4 (patch)
tree01a0eb2d994a9b0622697a6dbb124966692e692a /buildconfig/BuildConfig.cpp.in
parent297d4b4196c9bd1d9c4dd422dd88aaec620038d6 (diff)
downloadPrismLauncher-5b3dffce62f7e4c00436adeca33c5f2fc4a21db4.tar.gz
PrismLauncher-5b3dffce62f7e4c00436adeca33c5f2fc4a21db4.tar.bz2
PrismLauncher-5b3dffce62f7e4c00436adeca33c5f2fc4a21db4.zip
NOISSUE continue debranding...
Diffstat (limited to 'buildconfig/BuildConfig.cpp.in')
-rw-r--r--buildconfig/BuildConfig.cpp.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/buildconfig/BuildConfig.cpp.in b/buildconfig/BuildConfig.cpp.in
index 1b223b5d..40940793 100644
--- a/buildconfig/BuildConfig.cpp.in
+++ b/buildconfig/BuildConfig.cpp.in
@@ -5,6 +5,16 @@ const Config BuildConfig;
Config::Config()
{
+ // Name and copyright
+ LAUNCHER_NAME = "@Launcher_Name@";
+ LAUNCHER_DISPLAYNAME = "@Launcher_DisplayName@";
+ LAUNCHER_COPYRIGHT = "@Launcher_Copyright@";
+ LAUNCHER_DOMAIN = "@Launcher_Domain@";
+ LAUNCHER_CONFIGFILE = "@Launcher_ConfigFile@";
+
+ USER_AGENT = "@Launcher_UserAgent@";
+ USER_AGENT_UNCACHED = USER_AGENT + " (Uncached)";
+
// Version information
VERSION_MAJOR = @Launcher_VERSION_MAJOR@;
VERSION_MINOR = @Launcher_VERSION_MINOR@;