Skip to content

Commit

Permalink
mods@1.2.2: Fix zip structure (#5636)
Browse files Browse the repository at this point in the history
  • Loading branch information
goostleek committed Mar 21, 2024
1 parent 3b8aba5 commit b9f2b1b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions bucket/mods.json
Expand Up @@ -6,22 +6,26 @@
"architecture": {
"64bit": {
"url": "https://github.com/charmbracelet/mods/releases/download/v1.2.2/mods_1.2.2_Windows_x86_64.zip",
"hash": "a542c0ddb0d30f3a04fff3a0b2ab43135d795089790e20c5cfbe1eba033e2089"
"hash": "a542c0ddb0d30f3a04fff3a0b2ab43135d795089790e20c5cfbe1eba033e2089",
"extract_dir": "mods_1.2.2_Windows_x86_64"
},
"arm64": {
"url": "https://github.com/charmbracelet/mods/releases/download/v1.2.2/mods_1.2.2_Windows_arm64.zip",
"hash": "c82d186523dcb8e1e37e9fe0413afa8d98b0d11efd425d9a6fb0e9b289fa7954"
"hash": "c82d186523dcb8e1e37e9fe0413afa8d98b0d11efd425d9a6fb0e9b289fa7954",
"extract_dir": "mods_1.2.2_Windows_arm64"
}
},
"bin": "mods.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/charmbracelet/mods/releases/download/v$version/mods_$version_Windows_x86_64.zip"
"url": "https://github.com/charmbracelet/mods/releases/download/v$version/mods_$version_Windows_x86_64.zip",
"extract_dir": "mods_$version_Windows_x86_64"
},
"arm64": {
"url": "https://github.com/charmbracelet/mods/releases/download/v$version/mods_$version_Windows_arm64.zip"
"url": "https://github.com/charmbracelet/mods/releases/download/v$version/mods_$version_Windows_arm64.zip",
"extract_dir": "mods_$version_Windows_arm64"
}
},
"hash": {
Expand Down

0 comments on commit b9f2b1b

Please sign in to comment.