mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-22 15:45:22 +03:00
#5699 load deploy target on load config so dist command is aware of it
This commit is contained in:
parent
f2f4b05c6f
commit
e6ca9e417d
@ -667,6 +667,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
Block a user