mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
deploy-ng: Allow running build_scripts on dotfiles (e.g., .pman)
This commit is contained in:
parent
0ee6a46a62
commit
2b348b614e
@ -271,6 +271,8 @@ class build_apps(distutils.core.Command):
|
||||
distutils.dir_util.mkpath(dst_dir)
|
||||
|
||||
ext = os.path.splitext(src)[1]
|
||||
if not ext:
|
||||
ext = os.path.basename(src)
|
||||
dst_root = os.path.splitext(dst)[0]
|
||||
|
||||
if ext in self.build_scripts:
|
||||
|
Loading…
x
Reference in New Issue
Block a user