mirror of
https://github.com/corpnewt/gibMacOS.git
synced 2024-12-04 13:33:26 +01:00
Allow .hfs files outside 4.hfs
This commit is contained in:
parent
2cdf231fd8
commit
122fa6b540
@ -362,7 +362,7 @@ class WinUSB:
|
||||
self.select_package(disk)
|
||||
return
|
||||
# Got the package - let's make sure it's named right - just in case
|
||||
if os.path.basename(path).lower() == "4.hfs":
|
||||
if os.path.basename(path).lower().endswith(".hfs"):
|
||||
# We have an hfs image already - bypass extraction
|
||||
self.dd_image(disk, path)
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user