mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 20:47:10 +11:00
⚡ updated default config and user paths
This commit is contained in:
parent
35b9af952b
commit
30c4344055
1 changed files with 2 additions and 2 deletions
|
|
@ -40,13 +40,13 @@ target_sources(${PROJECT_NAME} PRIVATE
|
||||||
if(DEFINED USER_SAVE_LOC)
|
if(DEFINED USER_SAVE_LOC)
|
||||||
set(USER_SAVE ${USER_SAVE_LOC})
|
set(USER_SAVE ${USER_SAVE_LOC})
|
||||||
else()
|
else()
|
||||||
set(USER_SAVE "\"../users.json\"")
|
set(USER_SAVE "\"users.dat\"")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(DEFINED DROGON_CONFIG_LOC)
|
if(DEFINED DROGON_CONFIG_LOC)
|
||||||
set(DROGON_CONFIG ${DROGON_CONFIG_LOC})
|
set(DROGON_CONFIG ${DROGON_CONFIG_LOC})
|
||||||
else()
|
else()
|
||||||
set(DROGON_CONFIG "\"../config.json\"")
|
set(DROGON_CONFIG "\"config.json\"")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(DEFINED MAX_LOG_SIZE)
|
if(DEFINED MAX_LOG_SIZE)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue