Browse Source

Render:Fix usage for cxfreeze builds

tags/v0.9.0
falkTX 12 years ago
parent
commit
0d37362ad1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/render.py

+ 1
- 1
src/render.py View File

@@ -41,7 +41,7 @@ gJackClient = None
# Find 'jack_capture'

# Check for cxfreeze
if sys.path[0].rsplit(os.sep, 1)[-1] in ("catia", "claudia", "render"):
if sys.path[0].rsplit(os.sep, 1)[-1] in ("catia", "claudia", "cadence-render", "render"):
name = sys.path[0].rsplit(os.sep, 1)[-1]
cwd = sys.path[0].rsplit(name, 1)[0]
if os.path.exists(os.path.join(cwd, "jack_capture")):


Loading…
Cancel
Save