Skip to content

Commit d25d912

Browse files
committed
Install contents of user folder in addition to Sys + fix default save
1 parent 5e26d7f commit d25d912

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -854,6 +854,7 @@ add_subdirectory(Source)
854854
#
855855
if(NOT CMAKE_SYSTEM_NAME MATCHES "Darwin|Windows")
856856
install(DIRECTORY Data/Sys/ DESTINATION ${datadir}/sys PATTERN)
857+
install(DIRECTORY Data/User/ DESTINATION ${datadir}/user PATTERN)
857858
endif()
858859
if(NOT CMAKE_SYSTEM_NAME MATCHES "Linux|FreeBSD|OpenBSD|Darwin")
859860
install(FILES Data/license.txt DESTINATION ${datadir})
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)