mirror of
https://github.com/basicswap/basicswap.git
synced 2025-05-04 03:42:18 +00:00
parent
34eb5900fb
commit
a53de511ce
1 changed files with 1 additions and 1 deletions
|
@ -771,7 +771,7 @@ def prepareCore(coin, version_data, settings, data_dir, extra_opts={}):
|
||||||
arch_name = BIN_ARCH
|
arch_name = BIN_ARCH
|
||||||
if os_name == "osx" and use_guix:
|
if os_name == "osx" and use_guix:
|
||||||
arch_name = "x86_64-apple-darwin"
|
arch_name = "x86_64-apple-darwin"
|
||||||
if coin == "particl":
|
if coin in ("particl", "dogecoin"):
|
||||||
arch_name += "18"
|
arch_name += "18"
|
||||||
|
|
||||||
release_filename = "{}-{}-{}.{}".format(
|
release_filename = "{}-{}-{}.{}".format(
|
||||||
|
|
Loading…
Reference in a new issue