mirror of https://github.com/mpv-player/mpv
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