Skip to content

Commit

Permalink
fixup: windows-installer, docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Dec 9, 2024
1 parent 5deb1eb commit 5fc4fea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions windows-installer/src/main.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5fc4fea

Please sign in to comment.