From 5fc4fea8e27f76a3dc68f5d65ffd628edbede1e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20L=C3=B6nnhager?= Date: Mon, 9 Dec 2024 14:20:01 +0100 Subject: [PATCH] fixup: windows-installer, docs --- windows-installer/src/main.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/windows-installer/src/main.rs b/windows-installer/src/main.rs index a2df75caed38..1043e1b530b2 100644 --- a/windows-installer/src/main.rs +++ b/windows-installer/src/main.rs @@ -1,5 +1,6 @@ -//! Universal Windows installer. This can only be built for x86 Windows. This is because the -//! installer must run on both x86 and ARM64. x86 binaries can run on ARM64, but not vice versa. +//! Universal Windows installer which contains both an x86 installer package and an ARM package. +//! This can only be built for x86 Windows. This is because the installer must run on both x86 and +//! ARM64, and x86 binaries can run on ARM64, but not vice versa. //! //! Building this requires two inputs into build.rs: //! * `WIN_X64_INSTALLER` - a path to the x64 Windows installer