From d3f80e7653f11b61027d29f5442446fbdabfd32b Mon Sep 17 00:00:00 2001 From: icenine451 Date: Mon, 31 Mar 2025 10:12:36 -0400 Subject: [PATCH] Fix MIME populator to actually skip these extensions --- developer_toolbox/mime-populator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_toolbox/mime-populator.sh b/developer_toolbox/mime-populator.sh index ac6b5ec9..cf215d88 100755 --- a/developer_toolbox/mime-populator.sh +++ b/developer_toolbox/mime-populator.sh @@ -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