mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-15 15:52:13 +11:00
🚚 moved user data to config folder
This commit is contained in:
parent
9761aa93b5
commit
c0b02fa7aa
2 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ target_sources(${PROJECT_NAME} PRIVATE
|
|||
if(DEFINED USER_SAVE_LOC)
|
||||
set(USER_SAVE "\"" + ${USER_SAVE_LOC} + "\"")
|
||||
else()
|
||||
set(USER_SAVE "\"users.dat\"")
|
||||
set(USER_SAVE "\"../config/users.dat\"")
|
||||
endif()
|
||||
|
||||
if(DEFINED DROGON_CONFIG_LOC)
|
||||
|
|
|
|||
BIN
config/users.dat
Normal file
BIN
config/users.dat
Normal file
Binary file not shown.
Loading…
Reference in a new issue