Skip to content

Source Installation

Frederick Zhang edited this page Feb 11, 2023 · 3 revisions

MailExtension

pushd ./extension
zip -r -FS /path/to/external-editor-revived.xpi *

Native Messaging Host

First install the Rust toolchain from your package manager or https://rustup.rs/ (preferred since you may need a newer version).

Then simply cargo build --release. The binary will be placed at ./target/release/external-editor-revived[.exe].

Clone this wiki locally