2021.04.03 - Readme #18

Merged
edraft merged 231 commits from refs/pull/18/head into 2021.4 2021-03-31 15:42:41 +02:00
Showing only changes of commit c0d8904782 - Show all commits

View File

@@ -90,7 +90,7 @@ class NewService(CommandABC):
self._project.from_dict(self._project_dict) self._project.from_dict(self._project_dict)
def _create_build_settings(self): def _create_build_settings(self):
main = 'main' main = f'{self._project.name}.main'
if self._command == ProjectTypeEnum.library.value: if self._command == ProjectTypeEnum.library.value:
main = f'{self._project.name}_cli.main' main = f'{self._project.name}_cli.main'