Update Switch Metadata and Icons

This commit is contained in:
Florian Märkl 2021-01-12 13:35:40 +01:00
commit bb4e5398b2
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
6 changed files with 5 additions and 5 deletions

View file

@ -126,9 +126,9 @@ install(TARGETS chiaki-borealis
if(CHIAKI_IS_SWITCH)
add_nro_target(chiaki
chiaki-borealis
"chiaki"
"Chiaki team"
"Chiaki"
"H0neyBadger and thestr4ng3r"
"${CHIAKI_VERSION}"
"${CMAKE_SOURCE_DIR}/switch/res/icon.jpg"
"${CMAKE_SOURCE_DIR}/switch/res")
"${CMAKE_CURRENT_SOURCE_DIR}/nro_icon.jpg"
"${CMAKE_CURRENT_SOURCE_DIR}/res")
endif()