mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
Fix MIME populator to actually skip these extensions
This commit is contained in:
parent
66cc1c06ac
commit
d3f80e7653
|
@ -4,7 +4,7 @@ ES_SYSTEMS_FILE="../ES-DE/resources/systems/linux/es_systems.xml"
|
|||
MIME_FILE="config/retrodeck/net.retrodeck.retrodeck.mime.xml"
|
||||
|
||||
# List of extensions to ignore
|
||||
IGNORED_EXTENSIONS=". .appimage cue png po"
|
||||
IGNORED_EXTENSIONS=". .appimage .cue .png .po"
|
||||
|
||||
# Check if xmlstarlet is installed
|
||||
if ! command -v xmlstarlet &> /dev/null; then
|
||||
|
|
Loading…
Reference in a new issue