asdf-community / asdf-flutter

flutter plugin for the asdf version manager
https://github.com/asdf-vm/asdf
MIT License
111 stars 31 forks source link

Update jq-downloader for Mac M1 #17

Closed mamoru0217 closed 3 years ago

mamoru0217 commented 3 years ago

Fix https://github.com/oae/asdf-flutter/issues/16

Added line for M1 mac to jq-downloader to resolve jq installation failure.

/Users/mamoru/.asdf/plugins/flutter/bin/jq: line 1: Not: command not found
Cannot find the download url for the version: 1.22.3-stable
oae commented 3 years ago

Thank you for the pr.

mamoru0217 commented 3 years ago

Thanks!