ark
ark copied to clipboard
Let me supply a custom command to extract the fetched file
Google in its all-knowing wisdom has decreed that the latest version of the Android NDK shall be shipped as a 7zip self-extracting archive. So naturally ark errors with
Don't know how to expand http://dl.google.com/android/ndk/android-ndk-r10c-linux-x86_64.bin
I'd like to somehow let ark know that it should use 7z x #{file_path} in this case.
I think that is because the bin extension is getting lumped in with the tar expander. :)
What is your platform?
I'm on Debian Wheezy. But a .bin isn't guaranteed to always be a 7zip file either?