asdf-flutter
asdf-flutter copied to clipboard
fixes #33: install from zip files
I'm not sure why the MacOS builds are sometimes zip files, but this PR should handle those cases.
unzip doesn't have a --strip option like tar, so it has to unzip to a tmp directory and then move the files over.
Works for me.
Can this be merged? Otherwise the plugin remains unusable on macOS.