Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 438 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 438 Bytes

Chatterino Portable Updater

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

Building

To build the updater, you need to have Rust installed.

cargo build -r

The resulting updater will be in target/release.