Project

General

Profile

Bug #859

Updated by John Lindgren over 5 years ago

The current scheme uses the external "unzip" program which generally isn't present on Windows.

We could ship an "unzip.exe" along with the Windows build, but it would be better if we could read the .wsz/.zip files directly through the VFS layer, layer without running an external .exe and creating temporary files on the C: drive.

Back