mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-31 03:27:40 +01:00
Fix mac deployment script for Sparkle.
This commit is contained in:
parent
9bddf53312
commit
673ff760da
@ -169,7 +169,7 @@ def GetBrokenLibraries(binary):
|
||||
continue # System framework
|
||||
elif re.match(r'^\s*/usr/lib/', line):
|
||||
continue # unix style system library
|
||||
elif re.match(r'^\s*@executable_path', line):
|
||||
elif re.match(r'^\s*@executable_path', line) or re.match(r'^\s*@loader_path', line):
|
||||
# Potentially already fixed library
|
||||
relative_path = os.path.join(*line.split('/')[3:])
|
||||
if not os.path.exists(os.path.join(frameworks_dir, relative_path)):
|
||||
|
Loading…
x
Reference in New Issue
Block a user