mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-07-05 20:42:08 -07:00
Update Switch Metadata and Icons
This commit is contained in:
parent
0b6e479e0b
commit
bb4e5398b2
6 changed files with 5 additions and 5 deletions
|
@ -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()
|
||||
|
|
BIN
switch/nro_icon.jpg
Normal file
BIN
switch/nro_icon.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
switch/nro_icon.png
Normal file
BIN
switch/nro_icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
Before Width: | Height: | Size: 24 KiB |
BIN
switch/res/icon.png
Normal file
BIN
switch/res/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.6 KiB |
|
@ -281,7 +281,7 @@ bool MainApplication::Load()
|
|||
// Create a view
|
||||
this->rootFrame = new brls::TabFrame();
|
||||
this->rootFrame->setTitle("Chiaki: Open Source PlayStation Remote Play Client");
|
||||
this->rootFrame->setIcon(BOREALIS_ASSET("icon.jpg"));
|
||||
this->rootFrame->setIcon(BOREALIS_ASSET("icon.png"));
|
||||
|
||||
brls::List *config = new brls::List();
|
||||
brls::List *add_host = new brls::List();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue