Skip to content

Commit

Permalink
feat: update scoop config
Browse files Browse the repository at this point in the history
  • Loading branch information
anhoder committed Sep 9, 2023
1 parent b7989a8 commit a51cc75
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions deploy/scoop/spotifox.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"version": "4.1.6",
"version": "1.0.0-alpha",
"architecture": {
"64bit": {
"url": "https://github.com/go-musicfox/go-musicfox/releases/download/v4.1.6/go-musicfox_4.1.6_windows_amd64.zip",
"hash": "c013dbf45b0ce20ccd766aeb1d0882c0ac783784ba16d4e65a031068ef7ad29c",
"extract_dir": "go-musicfox_4.1.6_windows_amd64"
"url": "https://github.com/go-musicfox/spotifox/releases/download/v1.0.0-alpha/spotifox_1.0.0-alpha_windows_amd64.zip",
"hash": "2cb0632af3cbb366b0542768d9f86471c163e32ea5f0c7ab97aa28db14118286",
"extract_dir": "spotifox_1.0.0-alpha_windows_amd64"
}
},
"bin": "musicfox.exe",
"homepage": "https://github.com/go-musicfox/go-musicfox",
"bin": "spotifox.exe",
"homepage": "https://github.com/go-musicfox/spotifox",
"license": "MIT",
"description": "Spotifox is yet another spotify CLI client.",
"post_install": "Write-Host 'Star✨ Me~'",
"post_install": "Write-Host 'Star✨ please~'",
"env_set": {
"MUSICFOX_ROOT": "$dir\\data"
"SPOTIFOX_ROOT": "$dir\\data"
},
"persist": "data",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/go-musicfox/go-musicfox/releases/download/v$version/go-musicfox_$version_windows_amd64.zip",
"extract_dir": "go-musicfox_$version_windows_amd64"
"url": "https://github.com/go-musicfox/spotifox/releases/download/v$version/spotifox_$version_windows_amd64.zip",
"extract_dir": "spotifox_$version_windows_amd64"
}
}
}
Expand Down

0 comments on commit a51cc75

Please sign in to comment.