mirror of
https://github.com/mpv-player/mpv
synced 2025-02-21 15:27:00 +00:00
TOOLS: unbreak osxbundle.py
broekn by 739d345d6cf0ead2b25f03ca83123a081b506267
This commit is contained in:
parent
a357d39369
commit
aeb99f2718
@ -40,7 +40,7 @@ def apply_plist_template(plist_file, version):
|
||||
print (line.rstrip().replace('${VERSION}', version))
|
||||
|
||||
def main():
|
||||
version = sh("./version.sh --print").strip()
|
||||
version = sh("./version.sh").strip()
|
||||
|
||||
usage = "usage: %prog [options] arg"
|
||||
parser = OptionParser(usage)
|
||||
|
Loading…
Reference in New Issue
Block a user