holochain / launcher

Desktop launcher to install and use Holochain apps locally (Electron version)
58 stars 2 forks source link

[BUG] If launching holochain times out, app directory never seems to get created #143

Closed matthme closed 1 month ago

matthme commented 1 month ago

There seems to be an edge case where installing appstore fails at a point where the app is already installed but the app directory and the appstore's metadata have not yet been created.

matthme commented 1 month ago

This should now be covered by automatically uninstalling the app again in case of failure (part of #147 )