SRM: added deflaut grids

This commit is contained in:
XargonWan 2025-02-10 14:51:51 +09:00
parent 748e040b88
commit a87681298c
8 changed files with 10 additions and 12 deletions

View file

@ -144,14 +144,11 @@
"fetchControllerTemplatesButton": null, "fetchControllerTemplatesButton": null,
"removeControllersButton": null, "removeControllersButton": null,
"steamInputEnabled": "2", "steamInputEnabled": "2",
"imageProviders": [ "imageProviders": [],
"sgdb",
"steamCDN"
],
"onlineImageQueries": [ "onlineImageQueries": [
"${fuzzyTitle}" "${fuzzyTitle}"
], ],
"imagePool": "${fuzzyTitle}", "imagePool": "",
"drmProtect": false, "drmProtect": false,
"userAccounts": { "userAccounts": {
"specifiedAccounts": [ "specifiedAccounts": [
@ -243,11 +240,11 @@
} }
}, },
"defaultImage": { "defaultImage": {
"tall": null, "tall": "/app/retrodeck/steam_grid/portrait.png",
"long": null, "long": "/app/retrodeck/steam_grid/banner.png",
"hero": null, "hero": "/app/retrodeck/steam_grid/hero.png",
"logo": null, "logo": "/app/retrodeck/steam_grid/logo.png",
"icon": null "icon": "/app/retrodeck/steam_grid/icon.ico"
}, },
"localImages": { "localImages": {
"tall": null, "tall": null,
@ -257,7 +254,6 @@
"icon": null "icon": null
}, },
"parserId": "173908444383456337", "parserId": "173908444383456337",
"disabled": false,
"version": 25 "version": 25
} }
] ]

View file

@ -41,7 +41,8 @@ else
fi fi
# Copying files to the installation # 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 "config/"** "$app/retrodeck/config/"
sudo cp -vfr "tools" "$app" sudo cp -vfr "tools" "$app"
sudo cp -vfr "retrodeck.sh" "$app/bin/" sudo cp -vfr "retrodeck.sh" "$app/bin/"

View file

@ -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.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 - 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/binding_icons
- mv -f -t ${FLATPAK_DEST}/retrodeck res/steam_grid
# RetroDECK core script # RetroDECK core script
- install -Dm755 retrodeck.sh ${FLATPAK_DEST}/bin/retrodeck.sh - install -Dm755 retrodeck.sh ${FLATPAK_DEST}/bin/retrodeck.sh

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

BIN
res/steam_grid/portrait.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB