Завершить разделение SDK и внешних проектов
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user