mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
Removes obsolete path variable definitions
Cleans up script initialization by removing unused path variables for application, application list, and user application list.
This commit is contained in:
@@ -13,9 +13,6 @@ if ($PSVersionTable.PSVersion.Major -lt 7) {
|
|||||||
# --------------------------------------------------------------------------
|
# --------------------------------------------------------------------------
|
||||||
# $FFUDevelopmentPath = $PSScriptRoot
|
# $FFUDevelopmentPath = $PSScriptRoot
|
||||||
$FFUDevelopmentPath = 'C:\FFUDevelopment' # hard coded for testing
|
$FFUDevelopmentPath = 'C:\FFUDevelopment' # hard coded for testing
|
||||||
$AppsPath = "$FFUDevelopmentPath\Apps"
|
|
||||||
$AppListJsonPath = "$AppsPath\AppList.json"
|
|
||||||
$UserAppListJsonPath = "$AppsPath\UserAppList.json" # Define path for UserAppList.json
|
|
||||||
|
|
||||||
# --- NEW: Central State Object ---
|
# --- NEW: Central State Object ---
|
||||||
$script:uiState = [PSCustomObject]@{
|
$script:uiState = [PSCustomObject]@{
|
||||||
|
|||||||
Reference in New Issue
Block a user