Packaging BS Redis Desktop Client for Distribution
Building Release Version
Compile the Rust project using: cargo build --release
Windows Packaging
Prerequisites:
Rust toolchain
Inno Setup installer
Build steps:
Remove the comment from // #![windows_subsystem = "windows"] in main.rs
Execute cargo build --release
Place sciter.dll and the compiled executable in the same directory
Lau ...
Posted on Sat, 23 May 2026 21:42:16 +0000 by keeps21