diff options
author | txtsd <code@ihavea.quest> | 2022-10-30 01:51:14 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-30 01:51:14 +0530 |
commit | 87b0d3fe11c1134bf17e1027fda7125f77e09821 (patch) | |
tree | 1094a20def988e49f17025c5015001d2d2fafc4f /buildconfig/BuildConfig.cpp.in | |
parent | 1c0139c5f41592ba2b60465496f54097bf43e02b (diff) | |
parent | 98891a036dcd96dc7d9bf6b8f11c2a5f2ddd054e (diff) | |
download | PrismLauncher-87b0d3fe11c1134bf17e1027fda7125f77e09821.tar.gz PrismLauncher-87b0d3fe11c1134bf17e1027fda7125f77e09821.tar.bz2 PrismLauncher-87b0d3fe11c1134bf17e1027fda7125f77e09821.zip |
Merge pull request #342 from fn2006/prism-svg-fix
Diffstat (limited to 'buildconfig/BuildConfig.cpp.in')
-rw-r--r-- | buildconfig/BuildConfig.cpp.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildconfig/BuildConfig.cpp.in b/buildconfig/BuildConfig.cpp.in index b8fa5133..1262ce8e 100644 --- a/buildconfig/BuildConfig.cpp.in +++ b/buildconfig/BuildConfig.cpp.in @@ -49,6 +49,7 @@ Config::Config() LAUNCHER_CONFIGFILE = "@Launcher_ConfigFile@"; LAUNCHER_GIT = "@Launcher_Git@"; LAUNCHER_DESKTOPFILENAME = "@Launcher_DesktopFileName@"; + LAUNCHER_SVGFILENAME = "@Launcher_SVGFileName@"; USER_AGENT = "@Launcher_UserAgent@"; USER_AGENT_UNCACHED = USER_AGENT + " (Uncached)"; |