From 4d6df78b56a45ec0a64fecc21298614d53e1f391 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Mon, 11 Mar 2024 00:32:11 -0700 Subject: [PATCH] docs(readme): make modification steps more clear --- splash-screen/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/splash-screen/README.md b/splash-screen/README.md index 8a51f82..3d1558c 100644 --- a/splash-screen/README.md +++ b/splash-screen/README.md @@ -3,7 +3,10 @@ This directory contains the source code for the splash screen used by the Tauri app. It's a standalone Svelte + Vite project, with its own separate dependencies. In most cases, you won't ever have to touch the code in this -directory unless you want to modify the loading screen. +directory unless you want to modify the loading screen. However, if you do +decide to modify the files in this directory, keep in mind that **_they will not +be reflected in the app until you compile and replace the_** `splashscreen.html` +**_file in_** `/client/public`. Read more below to figure out how to do that. ## How it works