mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-11-11 01:28:17 +03:00
10 lines
187 B
JSON
10 lines
187 B
JSON
|
{
|
||
|
"dest": "final_installer/",
|
||
|
"bin": "chia-blockchain",
|
||
|
"name": "chia-blockchain",
|
||
|
"scripts": {
|
||
|
"postinst": "assets/deb/postinst.sh",
|
||
|
"prerm": "assets/deb/prerm.sh"
|
||
|
}
|
||
|
}
|