summaryrefslogtreecommitdiffstats
path: root/TOOLS/osxbundle.py
diff options
context:
space:
mode:
authorChrisK2 <spam@kalania.de>2013-12-09 21:45:09 +0100
committerChrisK2 <spam@kalania.de>2013-12-09 21:45:09 +0100
commit218b9d3737134a9f619c49992a5fb34ad9e3733b (patch)
tree14e592d3364251a99d783505164282cd2282803c /TOOLS/osxbundle.py
parent398bfbe4c15e0459b0d13eea78e913ea75402c92 (diff)
downloadmpv-218b9d3737134a9f619c49992a5fb34ad9e3733b.tar.bz2
mpv-218b9d3737134a9f619c49992a5fb34ad9e3733b.tar.xz
osxbundle: use mpv's version.sh instead of osxbundle's
Diffstat (limited to 'TOOLS/osxbundle.py')
-rwxr-xr-xTOOLS/osxbundle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/osxbundle.py b/TOOLS/osxbundle.py
index 66ef576efd..ec9427b9db 100755
--- a/TOOLS/osxbundle.py
+++ b/TOOLS/osxbundle.py
@@ -103,7 +103,7 @@ def bundle_dependencies(binary_name):
fix_dylibs_paths(target_binary(binary_name), lib_bundle_directory)
def main():
- version = sh("TOOLS/osxbundle/version.sh").strip()
+ version = sh("./version.sh --print").strip()
usage = "usage: %prog [options] arg"
parser = OptionParser(usage)