mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
SRM: added deflaut grids
This commit is contained in:
parent
748e040b88
commit
a87681298c
|
@ -144,14 +144,11 @@
|
|||
"fetchControllerTemplatesButton": null,
|
||||
"removeControllersButton": null,
|
||||
"steamInputEnabled": "2",
|
||||
"imageProviders": [
|
||||
"sgdb",
|
||||
"steamCDN"
|
||||
],
|
||||
"imageProviders": [],
|
||||
"onlineImageQueries": [
|
||||
"${fuzzyTitle}"
|
||||
],
|
||||
"imagePool": "${fuzzyTitle}",
|
||||
"imagePool": "",
|
||||
"drmProtect": false,
|
||||
"userAccounts": {
|
||||
"specifiedAccounts": [
|
||||
|
@ -243,11 +240,11 @@
|
|||
}
|
||||
},
|
||||
"defaultImage": {
|
||||
"tall": null,
|
||||
"long": null,
|
||||
"hero": null,
|
||||
"logo": null,
|
||||
"icon": null
|
||||
"tall": "/app/retrodeck/steam_grid/portrait.png",
|
||||
"long": "/app/retrodeck/steam_grid/banner.png",
|
||||
"hero": "/app/retrodeck/steam_grid/hero.png",
|
||||
"logo": "/app/retrodeck/steam_grid/logo.png",
|
||||
"icon": "/app/retrodeck/steam_grid/icon.ico"
|
||||
},
|
||||
"localImages": {
|
||||
"tall": null,
|
||||
|
@ -257,7 +254,6 @@
|
|||
"icon": null
|
||||
},
|
||||
"parserId": "173908444383456337",
|
||||
"disabled": false,
|
||||
"version": 25
|
||||
}
|
||||
]
|
|
@ -41,7 +41,8 @@ else
|
|||
fi
|
||||
|
||||
# Copying files to the installation
|
||||
sudo cp -vfr "res/binding_icons" "$app/retrodeck/binding_icons"
|
||||
sudo cp -vfr "res/binding_icons" "$app/retrodeck/binding_icons"
|
||||
sudo cp -vfr "res/steam_grid" "$app/retrodeck/steam_grid"
|
||||
sudo cp -vfr "config/"** "$app/retrodeck/config/"
|
||||
sudo cp -vfr "tools" "$app"
|
||||
sudo cp -vfr "retrodeck.sh" "$app/bin/"
|
||||
|
|
|
@ -802,6 +802,7 @@ modules:
|
|||
- cp -f res/icon.svg ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg
|
||||
- cp -f res/icon-configurator.svg ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.configurator.svg
|
||||
- mv -f -t ${FLATPAK_DEST}/retrodeck res/binding_icons
|
||||
- mv -f -t ${FLATPAK_DEST}/retrodeck res/steam_grid
|
||||
|
||||
# RetroDECK core script
|
||||
- install -Dm755 retrodeck.sh ${FLATPAK_DEST}/bin/retrodeck.sh
|
||||
|
|
BIN
res/steam_grid/banner.png
Normal file
BIN
res/steam_grid/banner.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
BIN
res/steam_grid/hero.png
Normal file
BIN
res/steam_grid/hero.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 121 KiB |
BIN
res/steam_grid/icon.ico
Normal file
BIN
res/steam_grid/icon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 401 KiB |
BIN
res/steam_grid/logo.png
Normal file
BIN
res/steam_grid/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 73 KiB |
BIN
res/steam_grid/portrait.png
Normal file
BIN
res/steam_grid/portrait.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
Loading…
Reference in a new issue