Remove leftover variable assignment line

Meant to remove that before
pull/2/head
ThioJoe 2025-08-06 13:29:36 -07:00
parent f0e70d71af
commit 7583c90d48
No known key found for this signature in database
GPG Key ID: 2E328FE64CC3898C
1 changed files with 1 additions and 3 deletions

View File

@ -4,7 +4,7 @@
# Author: ThioJoe
# Repo Url: https://github.com/ThioJoe/Windows-Sandbox-Tools
# Last Updated: August 5, 2025
# Last Updated: August 6, 2025
param(
# Optional switch to output the generated XML files to the working directory
@ -43,8 +43,6 @@ $subfolderName = "MSStore Install"
# Category ID for the Microsoft Store app package
$storeCategoryId = "64293252-5926-453c-9494-2d4021f1c78d"
$flightingBranchName = $currentBranch
# Combine them to create the full working directory path
$workingDir = Join-Path -Path $userDownloadsFolder -ChildPath $subfolderName