mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Adding notification
This commit is contained in:
parent
97a4bab70c
commit
4c9b94912a
@ -767,6 +767,7 @@ See the make.cfg file for additional build options.
|
||||
key = os.path.join(private_key_path, key_name + ".biprivatekey")
|
||||
|
||||
# Remove any obsolete files.
|
||||
print_blue("\nChecking for obsolete files...")
|
||||
obsolete_check_path = os.path.join(module_root, release_dir, project,"addons")
|
||||
for file in os.listdir(obsolete_check_path):
|
||||
if (file.endswith(".pbo") and os.path.isfile(os.path.join(obsolete_check_path,file))):
|
||||
|
Loading…
Reference in New Issue
Block a user