diff --git a/nightly/contribution/development/build_process/index.html b/nightly/contribution/development/build_process/index.html index 5a2770b4..beb0e032 100644 --- a/nightly/contribution/development/build_process/index.html +++ b/nightly/contribution/development/build_process/index.html @@ -2127,13 +2127,14 @@

Some builds use cross to do cross-compilation builds for architectures otherwise not natively supported by the runner.

MSI

-

This builds a full Windows installer using cargo-wix. This requires some setup beforehand with some dependencies:

+

This builds a full Windows installer using cargo-wix and WiX Toolset 4. +This requires some setup beforehand with some dependencies:

-

After that, cache is enabled, and cargo wix takes care of the rest.

+

After that, cargo wix takes care of the rest.

.deb

Currently, .deb files are built for x86 and ARM architectures (armv7, aarch64). This is handled by cargo-deb.