Compare commits
No commits in common. "dea5707a370af8d852b2beb2c1a4cb7907078e54" and "5f0a9d368e383f9acb38e08c6838ce940df6e1fb" have entirely different histories.
dea5707a37
...
5f0a9d368e
@ -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 'GUI.pkg', '720p/GUI.pkg', 'BC3/GUI.pkg':
|
for pkg in 'BC3/GUI.pkg', 'GUI.pkg', '720p/GUI.pkg':
|
||||||
path = str(base_dir / pkg)
|
path = str(base_dir / pkg)
|
||||||
process_pkg(path, include, exclude)
|
process_pkg(path, include, exclude)
|
||||||
print()
|
print()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user