Skip to content

Commit

Permalink
Explicit cargo-binstall support (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasFA authored Feb 24, 2024
1 parent b3d7b55 commit 6cdc763
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spotify_player/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,7 @@ clipboard = ["copypasta"]
daemon = ["daemonize"]

default = ["rodio-backend", "media-control", "clipboard"]

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }_{ target }{ archive-suffix }"

0 comments on commit 6cdc763

Please sign in to comment.