mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 19:49:28 +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
|
||||
|
||||
case "$HOST" in
|
||||
*linux*)
|
||||
mv feather "${DISTNAME}"
|
||||
;;
|
||||
esac
|
||||
|
||||
# Finally, deterministically produce {non-,}debug binary tarballs ready
|
||||
# for release
|
||||
case "$HOST" in
|
||||
|
|
Loading…
Reference in a new issue