mirror of
https://github.com/platomav/BIOSUtilities.git
synced 2025-05-24 20:14:38 -04:00
Updated all scripts to v1.1
Added "Working..." indicators while running at all scripts Added dependency filename expectations when required Apple EFI File Renamer now saves the checksum in hex
This commit is contained in:
parent
25cf901460
commit
bdcb70c2c8
5 changed files with 24 additions and 13 deletions
|
@ -6,7 +6,7 @@ Apple EFI IM4P Splitter
|
|||
Copyright (C) 2018 Plato Mavropoulos
|
||||
"""
|
||||
|
||||
print('Apple EFI IM4P Splitter v1.0\n')
|
||||
print('Apple EFI IM4P Splitter v1.1\n')
|
||||
|
||||
import os
|
||||
import re
|
||||
|
@ -22,6 +22,7 @@ else :
|
|||
# Folder path
|
||||
apple_im4p = []
|
||||
in_path = input('\nEnter the full folder path: ')
|
||||
print('\nWorking...')
|
||||
for root, dirs, files in os.walk(in_path):
|
||||
for name in files :
|
||||
apple_im4p.append(os.path.join(root, name))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue