Skip to content

Commit 598130c

Browse files
committed
chore: fix install directory path for assets and config
1 parent dd50c2d commit 598130c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,11 @@ install(TARGETS ${PROJECT_NAME}
171171
)
172172

173173
install(DIRECTORY assets/
174-
DESTINATION bin/assets
174+
DESTINATION assets/
175175
)
176176

177177
install(FILES config/app.jsonc
178-
DESTINATION bin/config
178+
DESTINATION config/
179179
)
180180

181181
if(UNIX AND NOT APPLE)

0 commit comments

Comments
 (0)