mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 00:32:57 -04:00
deploy-ng: Fix reference (e.g., texture) paths when using egg2bam
Fixes #277
This commit is contained in:
parent
ea832efb81
commit
0c1572ce33
@ -58,8 +58,9 @@ def egg2bam(_build_cmd, srcpath, dstpath):
|
||||
try:
|
||||
subprocess.check_call([
|
||||
'egg2bam',
|
||||
'-o',
|
||||
dstpath,
|
||||
'-o', dstpath,
|
||||
'-pd', os.path.dirname(os.path.abspath(srcpath)),
|
||||
'-ps', 'rel',
|
||||
srcpath
|
||||
])
|
||||
except FileNotFoundError:
|
||||
|
Loading…
x
Reference in New Issue
Block a user