Fix Firo osx release name.

This commit is contained in:
tecnovert 2022-11-11 00:18:15 +02:00
parent eb8aa18224
commit 09394c58a6
No known key found for this signature in database
GPG Key ID: 8ED6D8750C4E3F93

View File

@ -464,7 +464,7 @@ def prepareCore(coin, version_data, settings, data_dir, extra_opts={}):
if BIN_ARCH == 'x86_64-linux-gnu':
release_filename = 'firo-0.14.99.1-x86_64-linux-gnu.tar.gz'
elif BIN_ARCH == 'osx64':
release_filename = 'firo-0.14.99.1-osx-unsigned.tar.gz'
release_filename = 'firo-0.14.99.1-x86_64-apple-darwin18.tar.gz'
else:
raise ValueError('Firo: Unknown architecture')
release_url = 'https://github.com/tecnovert/particl-core/releases/download/v{}/{}'.format(version + version_tag, release_filename)