Nerixyz / c2-portable-updater

Drop-in replacement for the Chatterino portable updater

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Drop-in replacement for the Chatterino portable updater

License:Apache License 2.0


Languages

Language:Rust 100.0%