From 458f1e517c8fcb49c4e4675bbfee835b4003b16d Mon Sep 17 00:00:00 2001 From: arwidmark Date: Mon, 20 Oct 2025 23:06:18 -0500 Subject: [PATCH] Update BuildFFUVM_UI.ps1 --- FFUDevelopment/BuildFFUVM_UI.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/FFUDevelopment/BuildFFUVM_UI.ps1 b/FFUDevelopment/BuildFFUVM_UI.ps1 index 9b4e054..4fc534e 100644 --- a/FFUDevelopment/BuildFFUVM_UI.ps1 +++ b/FFUDevelopment/BuildFFUVM_UI.ps1 @@ -15,6 +15,7 @@ This script acts as the primary host for the UI, connecting the user interface with the underlying build and logic modules. #> +#Requires -RunAsAdministrator [CmdletBinding()] [System.STAThread()]