mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-23 03:59:29 +00:00
guix: rename feather binary to include version
This commit is contained in:
parent
0881c287ba
commit
79bc2a8b69
1 changed files with 6 additions and 0 deletions
|
@ -364,6 +364,12 @@ mkdir -p "$DISTSRC"
|
||||||
(
|
(
|
||||||
cd installed
|
cd installed
|
||||||
|
|
||||||
|
case "$HOST" in
|
||||||
|
*linux*)
|
||||||
|
mv feather "${DISTNAME}"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# Finally, deterministically produce {non-,}debug binary tarballs ready
|
# Finally, deterministically produce {non-,}debug binary tarballs ready
|
||||||
# for release
|
# for release
|
||||||
case "$HOST" in
|
case "$HOST" in
|
||||||
|
|
Loading…
Reference in a new issue