diff --git a/README.md b/README.md index 9d81ee7..166d0b3 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ # Customizing RustDesk Some tips for customizing RustDesk for Windows (other platforms might require additional changes) -1. Changing the application name -2. Changing the application icons +1. [Changing the application name](#) +2. [Changing the application icons](#) 3. [Embedding the UI resources](#embedding-ui--enable-inline-builds) 4. [Embedding sciter.dll](#embedding-sciterdll) 5. [Toggling the console window](#hide-console-window) +6. [Hosting your own server](#) +7. [Using a static encryption key](#) # 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.