From f2cf444b3f9ec618834df0f82cf8101bbcf8d935 Mon Sep 17 00:00:00 2001 From: CW3MH6 Date: Thu, 3 Nov 2022 13:31:46 -0400 Subject: [PATCH] Update README.md Updated links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55770ae..4024c9e 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ Some tips for customizing RustDesk for Windows (other platforms might require ad 1. Changing the application name 2. Changing the application icons 3. [Embedding the UI resources](#embedding-ui--enable-inline-builds) -4. Embedding sciter.dll -5. Toggling the console window +4. [Embedding sciter.dll](#embedding-sciterdll) +5. [Toggling the console window](#hide-console-window) # Embedding UI / Enable Inline Builds In order to include the applicatin's UI resources in the executable, you will need to enable the ```inline``` feature. This compiles the application resources (*src/ui*) into the executable so you do not have to deploy them yourself.