itchio / itch

🎮 The best way to play your itch.io games
https://itch.io/app
MIT License
2.38k stars 210 forks source link

DMG files with APFS partitions can't be extracted #2112

Closed fasterthanlime closed 6 years ago

fasterthanlime commented 6 years ago

When installing https://radicaldreamland.itch.io/esc, the .DMG is just copied to the install folder instead of being extracted.

image

Note that 7za x can't extract it, but 7z x can (16.02, installed view homebrew)

fasterthanlime commented 6 years ago

It looks like that DMG is an APFS archive. I'm not holding my breath though, a request has been opened since June of 2017: https://sourceforge.net/p/sevenzip/feature-requests/1318/

retropipes commented 6 years ago

Is there any reason we can't leverage hdiutil and the like for this sort of thing - seeing as we have to support OS-specific quirks anyway?