Add support to use key package in filelist.json

This commit is contained in:
2026-05-11 12:12:58 +08:00
parent 5feef20311
commit 39aa262fb2
8 changed files with 696 additions and 34 deletions

View File

@@ -3,7 +3,7 @@ import subprocess
import sys
def filter_name(name):
if name == 'zig':
if name == 'zig' or name == 'private':
return False
if name.startswith("utils-"):
return False