浏览代码

scripts: add .tar.zst to dl_cleanup extensions

Signed-off-by: Stijn Tintel <[email protected]>
Stijn Tintel 1 年之前
父节点
当前提交
7f85104ebb
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      scripts/dl_cleanup.py

+ 1 - 0
scripts/dl_cleanup.py

@@ -100,6 +100,7 @@ extensions = (
     ".tar.gz",
     ".tar.bz2",
     ".tar.xz",
+    ".tar.zst",
     ".orig.tar.gz",
     ".orig.tar.bz2",
     ".orig.tar.xz",