mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-27 14:24:32 +00:00
chane += to append
This commit is contained in:
parent
7c4aca267e
commit
8228bc7728
@ -22,6 +22,6 @@ class SecretManager:
|
||||
defines = []
|
||||
for key in self.jsfile:
|
||||
defineString = str('-D' + key + '=' + self.getValue(key))
|
||||
defines += defineString
|
||||
defines.append(defineString)
|
||||
|
||||
return defines
|
||||
|
Loading…
x
Reference in New Issue
Block a user