Skip to content

Commit

Permalink
fixup: more docs, windows-installer
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Dec 9, 2024
1 parent b08ba6c commit 03035d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion windows-installer/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//! Universal Windows installer. This can only be built for x86 Windows.
//! 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.
//!
//! Building this requires two inputs into build.rs:
//! * `WIN_X64_INSTALLER` - a path to the x64 Windows installer
Expand Down

0 comments on commit 03035d0

Please sign in to comment.