Hardhat-Enterprises / Deakin-Detonator-Toolkit

Deakin Detonator Toolkit redesign using Tauri, React and Mantine.
11 stars 19 forks source link

bugfix initial commit #661

Closed gssravanthi31 closed 2 months ago

gssravanthi31 commented 2 months ago

This PR resolves the issue with fcrackzip installation error. Added fcrackzip in the dependencies.json.

michaeljpigott commented 2 months ago

Hi @gssravanthi31

Unfortunately we no longer add tools to dependencies.json. Rather, we should use the checkAllCommandsAvailability module, which is covered by baselining. fcrackzip baselining work has been implemented by pull request #634 so you may need to cancel this pull request.

Kind regards

Michael