pharo-project / pharo-launcher

Lets you manage your pharo images and download new ones
https://pharo-project.github.io/pharo-launcher/
MIT License
109 stars 46 forks source link

Speed-up-vm-fetching #423

Closed jecisc closed 4 years ago

jecisc commented 4 years ago

Speedup vm fetching.

Instead of ensuring the rights of each executables when creating the vms, I now create all the VM then ensure they are executables in one command.

This also fix a bug. If we updated a VM and already had the executable file in cache, it did not ensured that the new executable was executable.