aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/nuke
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/nuke')
-rwxr-xr-xplugins/nuke2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/nuke b/plugins/nuke
index 30cfe7a..2c47ce0 100755
--- a/plugins/nuke
+++ b/plugins/nuke
@@ -254,7 +254,7 @@ abspath() {
listimages() {
find -L "$(dirname "$target")" -maxdepth 1 -type f -iregex \
- '.*\(jpe?g\|bmp\|png\|gif\)$' -print0 | sort -z
+ '.*\(jpe?g\|bmp\|webp\|png\|gif\)$' -print0 | sort -z
}
load_dir() {