mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-28 13:32:23 +00:00
18 lines
432 B
JSON
18 lines
432 B
JSON
{
|
|
"version": "0.0.0-test",
|
|
"platforms": {
|
|
"linux-x86_64": {
|
|
"url": "https://example.invalid/openhuman_0.0.0-test_amd64.AppImage",
|
|
"signature": ""
|
|
},
|
|
"linux-aarch64": {
|
|
"url": "https://example.invalid/openhuman_0.0.0-test_arm64.AppImage",
|
|
"signature": ""
|
|
},
|
|
"darwin-aarch64": {
|
|
"url": "https://example.invalid/openhuman_0.0.0-test_aarch64.dmg",
|
|
"signature": ""
|
|
}
|
|
}
|
|
}
|