#5699 load deploy target on load config so dist command is aware of it
This commit is contained in:
parent
f2f4b05c6f
commit
e6ca9e417d
|
@ -668,6 +668,9 @@ class InternalCommands:
|
|||
if config.has_option("hm", "macSdk"):
|
||||
self.macSdk = config.get("hm", "macSdk")
|
||||
|
||||
if config.has_option("hm", "macDeploy"):
|
||||
self.macDeploy = config.get("hm", "macDeploy")
|
||||
|
||||
if config.has_option("hm", "macIdentity"):
|
||||
self.macIdentity = config.get("hm", "macIdentity")
|
||||
|
||||
|
|
Loading…
Reference in New Issue