Skip to content

Commit 58da8eb

Browse files
Fix CI to bundle subsdk9 #major
1 parent 38e6cdb commit 58da8eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ else ()
103103
endif ()
104104

105105

106-
install(FILES ${CMAKE_BINARY_DIR}/subsdk9 DESTINATION)
106+
install(FILES ${CMAKE_BINARY_DIR}/subsdk9 DESTINATION .)
107107
if (DEFINED ENV{TITLE_ID})
108-
install(FILES ${CMAKE_BINARY_DIR}/main.npdm DESTINATION)
108+
install(FILES ${CMAKE_BINARY_DIR}/main.npdm DESTINATION .)
109109
endif ()

0 commit comments

Comments
 (0)