Skip to content

Commit d839537

Browse files
committed
Update RA recipe to ship a/v filters as an archive which will be extracted to userland on setup [skip ci]
1 parent 2a762e6 commit d839537

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

retroarch/component_recipe.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
"dest": "database/rdb"
4343
},
4444
{
45-
"type": "dir",
46-
"source": "RetroArch-Linux-x86_64/RetroArch-Linux-x86_64.AppImage.home/.config/retroarch/filters",
47-
"dest": "filters"
45+
"type": "tar.gz",
46+
"source": "RetroArch-Linux-x86_64/RetroArch-Linux-x86_64.AppImage.home/.config/retroarch/filters/.",
47+
"dest": "rd_extras/filters"
4848
},
4949
{
5050
"type": "tar.gz",

0 commit comments

Comments
 (0)