mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-29 12:19:03 +03:00
OS X: Use a python script to fix for bundle fixup...
...rather than relying on cmake magic
This commit is contained in:
parent
0d303f1d1f
commit
41b07d045a
1 changed files with 1 additions and 0 deletions
|
@ -320,3 +320,4 @@ if len(sys.argv) <= 2:
|
||||||
for command in commands:
|
for command in commands:
|
||||||
p = subprocess.Popen(command)
|
p = subprocess.Popen(command)
|
||||||
os.waitpid(p.pid, 0)
|
os.waitpid(p.pid, 0)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue