chia-blockchain/build_scripts/rpm-options.json
Chris Marslender da7b35e8a6
Add /usr/bin/chia and /opt/chia symlinks to the UI RPM to mirror available paths in the CLI version
Already exists in the UI .deb - this is the last linux installer that needed this
2022-07-18 10:03:01 -05:00

11 lines
210 B
JSON

{
"dest": "final_installer/",
"bin": "chia-blockchain",
"name": "chia-blockchain",
"license": "../LICENSE",
"scripts": {
"post": "assets/rpm/postinst.sh",
"preun": "assets/rpm/prerm.sh"
}
}