mirror of
https://github.com/basicswap/basicswap.git
synced 2025-01-21 18:14:32 +00:00
This commit is contained in:
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
|
||||
if os_name == "osx" and use_guix:
|
||||
arch_name = "x86_64-apple-darwin"
|
||||
if coin == "particl":
|
||||
if coin in ("particl", "dogecoin"):
|
||||
arch_name += "18"
|
||||
|
||||
release_filename = "{}-{}-{}.{}".format(
|
||||
|
|
Loading…
Reference in a new issue