mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
9edbcc6f01
Implements logic to filter the available Windows architectures based on the selected OS Release, Version, and SKU. This ensures that only valid architecture options are presented to the user. - Adds a new function to determine the correct architectures for different Windows versions (e.g., Server, Windows 10/11, LTSC editions). - Wires up event handlers to the Release, Version, and SKU dropdowns to refresh the architecture list when their selection changes. - Refactors initialization to use this new dynamic logic.