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
|
|
@ -11,11 +11,13 @@ endif()
|
|||
set(Launcher_CommonName "PrismLauncher")
|
||||
set(Launcher_DisplayName "Prism Launcher")
|
||||
set(Launcher_AppID "org.prismlauncher.PrismLauncher")
|
||||
set(Launcher_ENVName "PRISMLAUNCHER")
|
||||
set(Launcher_Domain "prismlauncher.org")
|
||||
set(Launcher_Git "https://github.com/PrismLauncher/PrismLauncher")
|
||||
|
||||
set(Launcher_Name "${Launcher_CommonName}" PARENT_SCOPE)
|
||||
set(Launcher_DisplayName "${Launcher_DisplayName}" PARENT_SCOPE)
|
||||
set(Launcher_ENVName "${Launcher_ENVName}" PARENT_SCOPE)
|
||||
set(Launcher_Domain "${Launcher_Domain}" PARENT_SCOPE)
|
||||
set(Launcher_Git "${Launcher_Git}" PARENT_SCOPE)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue