05nelsonm / kmp-tor-binary

Apache License 2.0
5 stars 2 forks source link

`Resource.Config.extractTo` should have a `ifDoesNotExist` option #162

Closed 05nelsonm closed 9 months ago

05nelsonm commented 9 months ago

After initially installing resources to the specified installationDir via KmpTorBinary.install, there should exist a way to make subsequent calls check for existence of the files and, if non-existent, install the resource again.

Longtime running apps may encounter some scenario whereby a restart might end up in a failure if the resources were deleted mistakenly.