mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-05 12:10:57 +08:00
#5699 load deploy target on load config so dist command is aware of it
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user