05nelsonm / kmp-tor-binary

Apache License 2.0
5 stars 2 forks source link

`NativeResource` should handle gzip #161

Closed 05nelsonm closed 10 months ago

05nelsonm commented 10 months ago

NativeResource should handle gzip instead of it being a separate thing

05nelsonm commented 10 months ago

Nope, never mind. Forgot that initially I wanted to separate the 2 things and implement gzip in the Resource.Config.extractTo such that if the file name ended in .gz it would handle it automatically.

Closing.