mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
fix: rename LAUNCHER_DISABLE_GLVULKAN to PRISMLAUNCHER_DISABLE_GLVULKAN
for consistency with other env vars this also introduces LAUNCHER_ENVNAME in BuildConfig/program_info for rebranded configurations Signed-off-by: DioEgizio <dioegizio@protonmail.com>
This commit is contained in:
parent
9f5f1bcf10
commit
bf42cfdcf2
7 changed files with 12 additions and 5 deletions
|
|
@ -50,6 +50,7 @@ Config::Config()
|
|||
LAUNCHER_GIT = "@Launcher_Git@";
|
||||
LAUNCHER_APPID = "@Launcher_AppID@";
|
||||
LAUNCHER_SVGFILENAME = "@Launcher_SVGFileName@";
|
||||
LAUNCHER_ENVNAME = "@Launcher_ENVName@";
|
||||
|
||||
USER_AGENT = "@Launcher_UserAgent@";
|
||||
|
||||
|
|
|
|||
|
|
@ -54,6 +54,7 @@ class Config {
|
|||
QString LAUNCHER_GIT;
|
||||
QString LAUNCHER_APPID;
|
||||
QString LAUNCHER_SVGFILENAME;
|
||||
QString LAUNCHER_ENVNAME;
|
||||
|
||||
/// The major version number.
|
||||
int VERSION_MAJOR;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue