chshersh / tool-sync

🧰 Download pre-built binaries of all your favourite tools with a single command
https://crates.io/crates/tool-sync
Mozilla Public License 2.0
69 stars 16 forks source link

Remove the dynamically linked 'tool-sync' asset #107

Closed chshersh closed 1 year ago

chshersh commented 1 year ago

Since we generate the statically linked binaries, we don't need the dynamically linked anymore. We couldn't remove them before because we needed the v0.2.0 release. But it's okay to do the cleanup now 👍🏻

Specifically,

https://github.com/chshersh/tool-sync/blob/df7d4768c9cff2a91616bd9686bc928a52fc8c10/.github/workflows/release.yml#L26-L29

https://github.com/chshersh/tool-sync/blob/df7d4768c9cff2a91616bd9686bc928a52fc8c10/src/sync/db.rs#L92

jim4067 commented 1 year ago

Would like to look into this