Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dea5707a37 |
@@ -73,7 +73,7 @@ def run():
|
|||||||
|
|
||||||
include = get_list('include.txt')
|
include = get_list('include.txt')
|
||||||
exclude = get_list('exclude.txt')
|
exclude = get_list('exclude.txt')
|
||||||
for pkg in 'BC3/GUI.pkg', 'GUI.pkg', '720p/GUI.pkg':
|
for pkg in 'GUI.pkg', '720p/GUI.pkg', 'BC3/GUI.pkg':
|
||||||
path = str(base_dir / pkg)
|
path = str(base_dir / pkg)
|
||||||
process_pkg(path, include, exclude)
|
process_pkg(path, include, exclude)
|
||||||
print()
|
print()
|
||||||
|
|||||||
Reference in New Issue
Block a user