mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 22:46:04 +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:
|
||||
p = subprocess.Popen(command)
|
||||
os.waitpid(p.pid, 0)
|
||||
|
||||
|
|
Loading…
Reference in a new issue