mirror of https://gitlab.com/nakst/essence
fix capitalization of General.wallpaper
This commit is contained in:
parent
cea2466fe2
commit
625af2e08c
|
@ -83,7 +83,7 @@ void AutomationBuild() {
|
||||||
// Setup the config file.
|
// Setup the config file.
|
||||||
assert FileWriteAll("bin/config.ini", "Flag.DEBUG_BUILD=0\n"
|
assert FileWriteAll("bin/config.ini", "Flag.DEBUG_BUILD=0\n"
|
||||||
+ "Flag.ENABLE_POSIX_SUBSYSTEM=1\n"
|
+ "Flag.ENABLE_POSIX_SUBSYSTEM=1\n"
|
||||||
+ "General.Wallpaper=0:/Demo Content/Abstract.jpg\n"
|
+ "General.wallpaper=0:/Demo Content/Abstract.jpg\n"
|
||||||
+ "General.window_color=5\n");
|
+ "General.window_color=5\n");
|
||||||
|
|
||||||
// Setup toolchain, build the system and ports.
|
// Setup toolchain, build the system and ports.
|
||||||
|
|
Loading…
Reference in New Issue