Merge branch 'cooker' into feat/steam-rom-manager

This commit is contained in:
XargonWan 2024-09-10 10:42:25 +09:00
commit f460126fcd

View file

@ -0,0 +1,5 @@
#!/bin/bash
features=config/retrodeck/reference_lists/features.json
jq . $features > $features.tmp && mv -f $features.tmp $features