fix audio on mac

This commit is contained in:
Damien Elmes 2017-01-09 12:52:52 +10:00
parent fe0954beba
commit f238bc772e

View File

@ -32,7 +32,7 @@ def _packagedCmd(cmd):
env = os.environ.copy()
if isMac:
dir = os.path.dirname(os.path.abspath(__file__))
exeDir = os.path.abspath(dir + "/../../../../Resources/audio")
exeDir = os.path.abspath(dir + "/../../Resources/audio")
else:
exeDir = os.path.dirname(os.path.abspath(sys.argv[0]))
if isWin and not cmd[0].endswith(".exe"):