Compare commits

..

1 Commits

Author SHA1 Message Date
jfmonty2 dea5707a37 Initial commit 2021-04-17 17:01:57 -07:00
+1 -1
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()