Update README.md

This commit is contained in:
CW3MH6 2022-11-03 13:37:10 -04:00 committed by GitHub
parent 86854b0715
commit 13200f5527
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.