Skip to content

Commit

Permalink
spicetify-cli: Update URLs to organization repo (#6320)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bergbok authored Nov 14, 2024
1 parent 4edc564 commit 9e3cd19
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bucket/spicetify-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@
},
"architecture": {
"64bit": {
"url": "https://github.com/khanhas/spicetify-cli/releases/download/v2.38.4/spicetify-2.38.4-windows-x64.zip",
"url": "https://github.com/spicetify/cli/releases/download/v2.38.4/spicetify-2.38.4-windows-x64.zip",
"hash": "85bee312474eed56b0d7a21eae24a5459ce11ae3fb67d703ee476aba5f251df1"
},
"32bit": {
"url": "https://github.com/khanhas/spicetify-cli/releases/download/v2.38.4/spicetify-2.38.4-windows-x32.zip",
"url": "https://github.com/spicetify/cli/releases/download/v2.38.4/spicetify-2.38.4-windows-x32.zip",
"hash": "29d19f7dc7ec4445f32adc972d0a2b566edbfab65ec62900a5dc30cb95dc092d"
}
},
"bin": "spicetify.exe",
"checkver": {
"github": "https://github.com/khanhas/spicetify-cli"
"github": "https://github.com/spicetify/cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/khanhas/spicetify-cli/releases/download/v$version/spicetify-$version-windows-x64.zip"
"url": "https://github.com/spicetify/cli/releases/download/v$version/spicetify-$version-windows-x64.zip"
},
"32bit": {
"url": "https://github.com/khanhas/spicetify-cli/releases/download/v$version/spicetify-$version-windows-x32.zip"
"url": "https://github.com/spicetify/cli/releases/download/v$version/spicetify-$version-windows-x32.zip"
}
}
}
Expand Down

0 comments on commit 9e3cd19

Please sign in to comment.