Quote config values
This commit is contained in:
parent
0da90a547b
commit
cd5c5aa65f
@ -4,4 +4,4 @@ class Config:
|
|||||||
|
|
||||||
def post_build(self, script):
|
def post_build(self, script):
|
||||||
for key, value in self.values.items():
|
for key, value in self.values.items():
|
||||||
script.config(f'--{key} {value}')
|
script.config(f'--{key} "{value}"')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user