Ensure `chia-blockchain` still opens UI on Linux (#13826)

This commit is contained in:
Chris Marslender 2022-11-17 13:53:38 -06:00 committed by GitHub
parent cf944f0260
commit a69146284c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions

View File

@ -4,3 +4,4 @@
set -e
ln -s /opt/chia/resources/app.asar.unpacked/daemon/chia /usr/bin/chia || true
ln -s /opt/chia/chia-blockchain /usr/bin/chia-blockchain || true

View File

@ -4,3 +4,4 @@
set -e
unlink /usr/bin/chia || true
unlink /usr/bin/chia-blockchain || true

View File

@ -4,3 +4,4 @@
set -e
ln -s /opt/chia/resources/app.asar.unpacked/daemon/chia /usr/bin/chia || true
ln -s /opt/chia/chia-blockchain /usr/bin/chia-blockchain || true

View File

@ -4,3 +4,4 @@
set -e
unlink /usr/bin/chia || true
unlink /usr/bin/chia-blockchain || true