docs(readme): make modification steps more clear
This commit is contained in:
parent
332ac1555b
commit
4d6df78b56
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,10 @@
|
||||||
This directory contains the source code for the splash screen used by the Tauri
|
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
|
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
|
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
|
## How it works
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue