jsdf / pce

Emulates Mac Plus, PC, & Atari ST in the browser using WebAssembly
https://jamesfriend.com.au/pce-js
GNU General Public License v2.0
864 stars 154 forks source link

macplus-system.zip won't seem to uncompress #12

Closed verticalgrain closed 5 years ago

verticalgrain commented 7 years ago

When I attempt to unzip macplus-system.zip, it uncompresses to a .cpgz, which uncompresses to a .zip, which uncompresses to a .cpgz, and it keeps going like that.

jsdf commented 7 years ago

looks like the http -> https redirect was messing things up. can you give it another try now?

verticalgrain commented 7 years ago

You were right, it unzips properly now.

Thanks very much for your help!

Jamie