mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00: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
@ -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 New Issue
Block a user