corpnewt / gibMacOS

Py2/py3 script that can download macOS components direct from Apple
MIT License
5.97k stars 784 forks source link

7zip report an error error #299

Open haiya512 opened 3 days ago

haiya512 commented 3 days ago

7zip report an error error:unsupported command: e

corpnewt commented 3 days ago

Hm - might be worth installing the newest version of 7zip? I just tested running some of the command manually in cmd, and they seem to work as expected:

"C:\Program Files\7-Zip\7z.exe" e -tdmg Base*.dmg *.hfs

7-Zip 24.08 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-08-11

Scanning the drive for archives:
1 file, 846998379 bytes (808 MiB)

Extracting archive: BaseSystem.dmg
--
Path = BaseSystem.dmg
Type = Dmg
Physical Size = 846998379
Method = Copy Zero2 ZLIB CRC
Blocks = 2585
Cluster Size = 1048576
Comment =
{
unpack-size: 3219873792
ID: 49954f8fa1fe4eb4b42b39a1fe0c160f
master-checksum: CRC: 00B6B72C
pack-checksum: CRC: 32318AC2
pack-offset: 0
pack-length: 846834764
xml-offset: 846834764
xml-length: 163103
}

Everything is Ok

Size:       2875899904
Compressed: 846998379

-CorpNewt