Added common winget functions

This commit is contained in:
rbalsleyMSFT
2025-03-19 17:09:44 -07:00
parent 1156373f0c
commit 2efb9fb2a1
2 changed files with 330 additions and 0 deletions
+3
View File
@@ -2,6 +2,9 @@
[System.STAThread()]
param()
# Dot-source the common functions shared between the BuildFFUVM and BuildFFUVM_UI scripts
. "$PSScriptRoot\Common\WingetFunctions.ps1"
# --------------------------------------------------------------------------
# SECTION: Variables & Constants
# --------------------------------------------------------------------------