mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-08 13:58:50 +08:00
Add support to use key package in filelist.json
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user