This is a drop-in replacement for the original Chatterino portable updater on Windows that used WinForms. This updater doesn't have any runtime dependencies (not even the CRT) unlike original updater (depends on .NET runtime).
To build the updater, you need to have Rust installed.
cargo build -r
The resulting updater will be in target/release
.