fastfetch: Add arm64 binary (#5857)

This commit is contained in:
Junian Triajianto 2024-05-21 18:07:33 +07:00 committed by GitHub
parent df0934c358
commit 0a6671661e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,10 @@
"32bit": { "32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.13.1/fastfetch-windows-i686.7z", "url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.13.1/fastfetch-windows-i686.7z",
"hash": "99caad5a6261c3f1294792152119e82f35510e249b5201de47aa54b658fa738b" "hash": "99caad5a6261c3f1294792152119e82f35510e249b5201de47aa54b658fa738b"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.13.1/fastfetch-windows-aarch64.7z",
"hash": "a95d0e872fdb1deccb635516abd62f20d0013541d7a1d17223bc732f5135056e"
} }
}, },
"bin": [ "bin": [
@ -25,6 +29,9 @@
}, },
"32bit": { "32bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-windows-i686.7z" "url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-windows-i686.7z"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-windows-aarch64.7z"
} }
} }
} }