diff --git a/direct/src/showutil/dist.py b/direct/src/showutil/dist.py index 2affcb6ca2..bc3687fcea 100644 --- a/direct/src/showutil/dist.py +++ b/direct/src/showutil/dist.py @@ -123,7 +123,6 @@ class build_apps(distutils.core.Command): else: src, _ = path assert os.path.exists(src), 'Copy path source does not exist: {}'.format(src) - assert self.platforms, 'At least one deploy platform must be defined' assert os.path.exists(self.requirements_path), 'Requirements.txt path does not exist: {}'.format(self.requirements_path) def run(self):