Browse Source

deploy-ng: Convert .egg to .egg.bam instead of .bam

Mitchell Stokes 8 years ago
parent
commit
214b67c3c0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/showutil/dist.py

+ 1 - 1
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',