mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Reduce app ID hardcoding
And rename the relevant build variable to make more sense Signed-off-by: Echo J <tcg96nougat@gmail.com>
This commit is contained in:
parent
ffdf1f746e
commit
14ab4055ff
9 changed files with 40 additions and 34 deletions
|
|
@ -49,7 +49,7 @@ Config::Config()
|
|||
LAUNCHER_DOMAIN = "@Launcher_Domain@";
|
||||
LAUNCHER_CONFIGFILE = "@Launcher_ConfigFile@";
|
||||
LAUNCHER_GIT = "@Launcher_Git@";
|
||||
LAUNCHER_DESKTOPFILENAME = "@Launcher_DesktopFileName@";
|
||||
LAUNCHER_APPID = "@Launcher_AppID@";
|
||||
LAUNCHER_SVGFILENAME = "@Launcher_SVGFileName@";
|
||||
|
||||
USER_AGENT = "@Launcher_UserAgent@";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue