aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorneonloop2023-07-16 20:23:15 +0000
committerneonloop2023-07-16 20:23:15 +0000
commit71e4de8ef4d31200b56a822bbcf4fabfd5e3f9a3 (patch)
tree007865a2351d28152248a5dc96d4550a5df478c7 /Makefile
parentb928b62d29510843c0f0eb3bf890dda6942e41f0 (diff)
downloadpicoarch-71e4de8ef4d31200b56a822bbcf4fabfd5e3f9a3.tar.gz
picoarch-71e4de8ef4d31200b56a822bbcf4fabfd5e3f9a3.tar.bz2
picoarch-71e4de8ef4d31200b56a822bbcf4fabfd5e3f9a3.zip
Handles unzip failure
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8f6839f..ea47992 100644
--- a/Makefile
+++ b/Makefile
@@ -505,7 +505,7 @@ Exec=picoarch ./$1_libretro.so %f
Icon=$$($1_ICON)
SelectorBrowser=true
SelectorDir=$($1_ROM_DIR)
-SelectorFilter=$($1_TYPES)
+SelectorFilter=$($1_TYPES),zip
Terminal=false
Type=Application
StartupNotify=true