mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-29 21:31:05 +00:00
55cba116e4
- Re-gzipping ejected images is based solely on the file extension and not the actual file stream contents - Read/write disk images with extension ".gz" are re-gzipped in-place upon ejection - Read/write disk images without extension ".gz" are not changed upon ejection - Read-only disk images maintain current behavior (no modifications performed at all)