From 79bab75111bf040e8d6b911adb340ba4ebcdf936 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 13 Dec 2023 14:22:30 -0800 Subject: [PATCH] Some dumb change --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index 9d59f44..4872926 100644 --- a/tasks.py +++ b/tasks.py @@ -9,7 +9,7 @@ from shlex import quote PREP = "assets" OUTPUT = "output" -MUSIC_GLOBS = ["*.flac", "*.mp3", "*.ogg", "*.opus", "*.aac"] +MUSIC_GLOBS = ["*.flac", "*.mp3", "*.ogg", "*.opus", "*.aac", "*.speex"] @task def clean(c):