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 });