Bugfixes for the command new
This commit is contained in:
parent
b6d508526a
commit
c0d8904782
@ -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'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user