From 26acb64d47d3a4bc3ed337414c06d94616eb5520 Mon Sep 17 00:00:00 2001 From: Nanakusa <73281112+yofukashino@users.noreply.github.com> Date: Wed, 17 Jul 2024 21:04:16 +0530 Subject: [PATCH] fix splash theming (#638) splash --- bin/index.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/index.mts b/bin/index.mts index 9fc6cddb0..cb99799c1 100755 --- a/bin/index.mts +++ b/bin/index.mts @@ -515,7 +515,7 @@ async function buildTheme({ watch, noInstall, production, noReload, addon }: Arg ), ); - manifest.plaintextPatches = "splash.css"; + manifest.splash = "splash.css"; } if (!existsSync(distPath)) mkdirSync(distPath, { recursive: true });