From 214b67c3c034d6a1974ac7fabfb2a004b7af947c Mon Sep 17 00:00:00 2001 From: Mitchell Stokes Date: Wed, 22 Nov 2017 15:39:30 -0800 Subject: [PATCH] deploy-ng: Convert .egg to .egg.bam instead of .bam --- direct/src/showutil/dist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/showutil/dist.py b/direct/src/showutil/dist.py index 47e4557d69..9bf2622ba5 100644 --- a/direct/src/showutil/dist.py +++ b/direct/src/showutil/dist.py @@ -42,7 +42,7 @@ class build_apps(distutils.core.Command): self.requirements_path = './requirements.txt' self.pypi_extra_indexes = [] self.build_scripts= { - '.egg': ('.bam', 'egg2bam -o {1} {0}'), + '.egg': ('.egg.bam', 'egg2bam -o {1} {0}'), } self.exclude_dependencies = [ 'kernel32.dll', 'user32.dll', 'wsock32.dll', 'ws2_32.dll',