mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #886] [MERGED] Fix package URL format in Cargo.toml #912
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#912
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/aome510/spotify-player/pull/886
Author: @stkiegerl
Created: 12/13/2025
Status: ✅ Merged
Merged: 12/22/2025
Merged by: @aome510
Base:
master← Head:fix/binstall-pkg-url📝 Commits (1)
17dda53Fix package URL format in Cargo.toml📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
spotify_player/Cargo.toml(+1 -1)📄 Description
cargo-binstall currently looks for {name}_{target}{archive-suffix}, but the GitHub release artifacts are published as {name}-{target}. This updates the pkg-url template so binstall can resolve prebuilt binaries instead of falling back to cargo install.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.