There was an error while loading. Please reload this page.
1 parent a2856bf commit 0e9c563Copy full SHA for 0e9c563
1 file changed
rust/crates/spicetify/src/update/mod.rs
@@ -12,7 +12,7 @@ use tokio_stream::StreamExt;
12
13
use crate::error::Result;
14
15
-const GITHUB_API: &str = "https://api.github.com/repos/veryboringhwl/app/releases/latest";
+const GITHUB_API: &str = "https://api.github.com/repos/spicetify/cli/releases/latest";
16
17
pub async fn check_for_update() -> Result<Option<ReleaseInfo>> {
18
let client = crate::http::github_client()?;
0 commit comments