mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -04:00
chmod
This commit is contained in:
parent
a6a0de068e
commit
6785b6abcc
@ -528,6 +528,7 @@ def makeInstaller():
|
|||||||
if not os.path.exists(dst_panda3dapp): os.makedirs(os.path.dirname(dst_panda3dapp))
|
if not os.path.exists(dst_panda3dapp): os.makedirs(os.path.dirname(dst_panda3dapp))
|
||||||
shutil.copytree(pluginFiles[npapi], dst_npapi)
|
shutil.copytree(pluginFiles[npapi], dst_npapi)
|
||||||
shutil.copyfile(pluginFiles[panda3d], dst_panda3d)
|
shutil.copyfile(pluginFiles[panda3d], dst_panda3d)
|
||||||
|
os.chmod(dst_panda3d, 0755)
|
||||||
shutil.copytree(pluginFiles[panda3dapp], dst_panda3dapp)
|
shutil.copytree(pluginFiles[panda3dapp], dst_panda3dapp)
|
||||||
|
|
||||||
tmpresdir = tempfile.mktemp('', 'p3d-resources')
|
tmpresdir = tempfile.mktemp('', 'p3d-resources')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user