From 13200f5527954860044be67e9ad2723879d9eb46 Mon Sep 17 00:00:00 2001 From: CW3MH6 Date: Thu, 3 Nov 2022 13:37:10 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a7b9c6..9d81ee7 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ In order to include the applicatin's UI resources in the executable, you will ne Run ```python res/inline-sciter.py``` every time you want to build the UI resources again (i.e. every time you modify the UI) If it complains that it cannot find python or the command is unrecognized, you need to install the latest version of [Python 3](https://www.python.org/downloads/) and add it to your PATH environment variable. - +3. Now build and run application via ```cargo run``` or ```cargo build``` # Embedding Sciter.dll If you want a single portable executable file, you can either statically link Sciter, or embed the DLL. Statically linking it requires you [license Sciter](https://sciter.com/prices/), which costs money--so I went with embedding the dll.