mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
Fix make deploy error on macos (#2475)
This commit is contained in:
parent
f4ef388dea
commit
6c190d1bb3
@ -850,6 +850,7 @@ if config.dmg is not None:
|
||||
print("Running AppleScript:")
|
||||
print(s)
|
||||
|
||||
time.sleep(2) # fixes '112:116: execution error: Finder got an error: Can’t get disk "Dash-Core". (-1728)'
|
||||
p = subprocess.Popen(['osascript', '-'], stdin=subprocess.PIPE)
|
||||
p.communicate(input=s.encode('utf-8'))
|
||||
if p.returncode:
|
||||
|
Loading…
Reference in New Issue
Block a user