mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 12:37:08 +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)
|
||||
set(USER_SAVE ${USER_SAVE_LOC})
|
||||
else()
|
||||
set(USER_SAVE "\"../users.json\"")
|
||||
set(USER_SAVE "\"users.dat\"")
|
||||
endif()
|
||||
|
||||
if(DEFINED DROGON_CONFIG_LOC)
|
||||
set(DROGON_CONFIG ${DROGON_CONFIG_LOC})
|
||||
else()
|
||||
set(DROGON_CONFIG "\"../config.json\"")
|
||||
set(DROGON_CONFIG "\"config.json\"")
|
||||
endif()
|
||||
|
||||
if(DEFINED MAX_LOG_SIZE)
|
||||
|
|
|
|||
Loading…
Reference in a new issue