mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-13 14:19:38 +02:00
Pull GA ID from env variables
This commit is contained in:
parent
bbe98f61a6
commit
0117179fe4
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ macro(SET_PACKAGING_PARAMETERS)
|
||||||
set(SERVER_LAUNCH_NOW_REG_KEY "ServerLaunchAfterInstall")
|
set(SERVER_LAUNCH_NOW_REG_KEY "ServerLaunchAfterInstall")
|
||||||
set(CUSTOM_INSTALL_REG_KEY "CustomInstall")
|
set(CUSTOM_INSTALL_REG_KEY "CustomInstall")
|
||||||
set(CLIENT_ID_REG_KEY "ClientGUID")
|
set(CLIENT_ID_REG_KEY "ClientGUID")
|
||||||
|
set(GA_TRACKING_ID $ENV{GA_TRACKING_ID})
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
# setup component categories for installer
|
# setup component categories for installer
|
||||||
|
|
Loading…
Reference in a new issue