Завершить разделение SDK и внешних проектов

This commit is contained in:
Александр Петров
2026-09-16 10:01:43 +03:00
parent 0e74aaa7ee
commit 2e7ffd64a4
1965 changed files with 373 additions and 201393 deletions
+4
View File
@@ -106,6 +106,10 @@ class Protocol:
for key, option in profile_arguments.items():
if arguments.get(key):
command.extend([option, arguments[key]])
if arguments.get('appHdd'):
command.extend(['--app-hdd', arguments['appHdd']])
if arguments.get('launchPath'):
command.extend(['--launch-path', arguments['launchPath']])
if arguments.get('debugger'):
command.extend(['--debugger', arguments['debugger']])
if arguments.get('launchAt') is not None: