-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
I need to make config file like this:
[common]
skipSaveTrainName = "true"
vendor = "Delphi"
skipCheckSignatureAndVariant = "true"
region = "Europe"
region2 = "RoW"
region3 = "USA"
As you can see values in quotes. When I create it with ConfigUpdater I get:
[common]
skipSaveTrainName = true
vendor = Delphi
skipCheckSignatureAndVariant = true
region = Europe
region2 = RoW
region3 = USA
How can I add quotes to values?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels