-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlauncher.config.json
33 lines (33 loc) · 1.47 KB
/
launcher.config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"binaries": {
"holochain": {
"version": "0.4.1",
"sha256": {
"x86_64-unknown-linux-gnu": "ee713408a31d2e17826b18e2eaea0b3e200b42aa0cc8e3562c899b0b5ebcaa0c",
"x86_64-pc-windows-msvc.exe": "9aa248f6e500915085ebf3fd093541cbbdad59a994e7f904260cb4ad788bd1e3",
"x86_64-apple-darwin": "0ce19dfde7db6521cd96e2fef924c62d319d204e7f79bc0379674a7a6122c74f",
"aarch64-apple-darwin": "74dc8d8529a50d24e8338ddd2e9913d6fb34414f6588d11243e6ccb29feda029"
}
},
"lair": {
"version": "0.5.3",
"sha256": {
"x86_64-unknown-linux-gnu": "96a28b9b37c73ef46d8b5c56b9d799d558fd2fe77b41c577e2bcb37685a46396",
"x86_64-pc-windows-msvc.exe": "68b6453a19921072aac04dae52a4e94e725e7482005d2f54f907aec680e078de",
"x86_64-apple-darwin": "a53bfb8e501431870b99243cbac24f6103d67f8be094930f174829bb249f34c4",
"aarch64-apple-darwin": "6b15d977408847ac977c2e060c7aab84a69e6e90c79390098dd40a6b75256e50"
}
}
},
"defaultApps": {
"devhub": {
"url": "https://github.com/holochain/devhub-dnas/releases/download/happ-0.1.0-holochain-0.4.1/devhub_0.4.1.happ",
"sha256": "459cdf9ec7a8638577e223249fd694b5731a55643dd0edafeef0763f37bd7c6a"
},
"appstore": {
"url": "https://github.com/holochain/app-store-dnas/releases/download/happ-0.1.0-holochain-0.4.1/appstore_0.4.1.happ",
"sha256": "8ab5a425e28cb12baf63dafe50a720951700a325dec2c36546f1e48c5053c89f"
}
},
"binariesAppendix": "launcher-0.4"
}