selfcustody / krux-installer

A GUI based application to flash Krux firmware on K210 based devices (WIP)
MIT License
10 stars 8 forks source link

[Enhancement] Create a brew recipe #67

Open qlrd opened 2 months ago

qlrd commented 2 months ago

Currently, installing our dmg will need an extra step to allow the execution of the binary:

xattr -d com.apple.quarantine /Applications/krux-installer.app/

[brew] is a package manager used in MacOS, and have a options to run with --no-quarantine, that will allow an easily install non-apple-sign-stuff to be installed.