mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
ebbb3e8ed0
Refactors the FFU build process to execute asynchronously using a background job. This prevents the UI from freezing during the build. A timer now polls the job status and updates the UI with the final result (success or failure) upon completion. The build button is also disabled while a build is in progress to prevent multiple executions.