mods@1.2.2: Fix zip structure (#5636)

This commit is contained in:
Marcin Kłopotek 2024-03-21 15:37:46 +01:00 committed by GitHub
parent 3b8aba5d0e
commit b9f2b1b2d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,11 +6,13 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/charmbracelet/mods/releases/download/v1.2.2/mods_1.2.2_Windows_x86_64.zip", "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": { "arm64": {
"url": "https://github.com/charmbracelet/mods/releases/download/v1.2.2/mods_1.2.2_Windows_arm64.zip", "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", "bin": "mods.exe",
@ -18,10 +20,12 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "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": { "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": { "hash": {