irondash / cargokit

Integrate cargo build with flutter plugins and applications.
Other
51 stars 16 forks source link

fix: use alias for shasum if sha1sum is found instead #60

Closed micahthomas closed 4 months ago

micahthomas commented 5 months ago

Some Linux distributions might have sha1sum in the path but shasum might be missing. This will create an alias for shasum to fallback to sha1sum if available.

Should close #57

knopp commented 4 months ago

Thanks!