From 625af2e08cac29962048b73fdc410dd0da8d4866 Mon Sep 17 00:00:00 2001 From: nakst <> Date: Fri, 4 Feb 2022 09:31:02 +0000 Subject: [PATCH] fix capitalization of General.wallpaper --- util/start.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/start.script b/util/start.script index 2654fba..7518e8b 100644 --- a/util/start.script +++ b/util/start.script @@ -83,7 +83,7 @@ void AutomationBuild() { // Setup the config file. assert FileWriteAll("bin/config.ini", "Flag.DEBUG_BUILD=0\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"); // Setup toolchain, build the system and ports.