From cf03ed55600a595d5bdaebd4899151b2e2c0c718 Mon Sep 17 00:00:00 2001 From: CW3MH6 Date: Thu, 3 Nov 2022 13:16:34 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d65cb34..ce934a1 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ If you want a single portable executable file, you can either statically link Sc let bytes = include_bytes!("..\\sciter.dll"); fs::write("sciter.dll", bytes.as_slice()); ``` +Note: Do not remove the "..\\" as main.rs resides in /rustdesk/src, and will not be able to find the file otherwise. Alternatively you can put ```sciter.dll``` in /rustdesk/src The function should now look like so: ```