Skip to content

Commit 0e9c563

Browse files
committed
fix(rust): point self-update at spicetify/cli releases
1 parent a2856bf commit 0e9c563

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • rust/crates/spicetify/src/update

rust/crates/spicetify/src/update/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use tokio_stream::StreamExt;
1212

1313
use crate::error::Result;
1414

15-
const GITHUB_API: &str = "https://api.github.com/repos/veryboringhwl/app/releases/latest";
15+
const GITHUB_API: &str = "https://api.github.com/repos/spicetify/cli/releases/latest";
1616

1717
pub async fn check_for_update() -> Result<Option<ReleaseInfo>> {
1818
let client = crate::http::github_client()?;

0 commit comments

Comments
 (0)