asdf-flutter icon indicating copy to clipboard operation
asdf-flutter copied to clipboard

fixes #33: install from zip files

Open bmatcuk opened this issue 3 years ago • 1 comments

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.

bmatcuk avatar Aug 30 '22 21:08 bmatcuk

Works for me.

Can this be merged? Otherwise the plugin remains unusable on macOS.

hleinone avatar Jun 30 '24 20:06 hleinone