Compare commits

...

No commits in common. "5f0a9d368e383f9acb38e08c6838ce940df6e1fb" and "dea5707a370af8d852b2beb2c1a4cb7907078e54" have entirely different histories.

View File

@ -73,7 +73,7 @@ def run():
include = get_list('include.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)
process_pkg(path, include, exclude)
print()