obs-build icon indicating copy to clipboard operation
obs-build copied to clipboard

Add support for escaped spaces in values

Open cbosdo opened this issue 1 year ago • 1 comments

This change allows to use \ in BuildFlags values. For instance the following configuration will set KEY1 with value SPLIT VALUE and KEY2 with value VALUE2 to docker build.

BuildFlags: dockerargs:KEY1=SPLIT\ VALUE dockerargs:KEY2=VALUE2

cbosdo avatar Nov 17 '23 10:11 cbosdo