Fix Mac .dmg file location
This commit is contained in:
parent
0b81d6e96c
commit
38daa3d172
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ def get_asset_filename():
|
|||
this_dir = os.path.dirname(os.path.realpath(__file__))
|
||||
system = platform.system()
|
||||
if system == 'Darwin':
|
||||
return glob.glob(this_dir + '/../dist/mac/LBRY*.dmg')[0]
|
||||
return glob.glob(this_dir + '/../dist/LBRY*.dmg')[0]
|
||||
elif system == 'Linux':
|
||||
return glob.glob(this_dir + '/../dist/LBRY*.deb')[0]
|
||||
elif system == 'Windows':
|
||||
|
|
Loading…
Reference in a new issue