Skip to content

Commit

Permalink
Update EmbroideryCollection-Cleanup.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Jeffrey committed Apr 1, 2024
1 parent 789dda2 commit 61ddecc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion EmbroideryCollection-Cleanup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ $script:CloudStatusGood = $true

$shell = New-Object -ComObject 'Shell.Application'
$downloaddir = (New-Object -ComObject Shell.Application).NameSpace('shell:Downloads').Self.Path
$downloaddir = "C:\Users\darre\source\repos\Embroidery-File-Organize"
if (!(test-path $downloaddir)) {
Write-Error "The Download Directory does not work, please correct the script"
return
Expand Down Expand Up @@ -2043,7 +2044,7 @@ function ProcessZipContents {
if (test-path -Path $buildpath) {
$tempPath = get-item -path $buildpath
} else {
write-warning "Could not access: $(buildpath.substring($tmpdir.Length))"
write-warning "Could not access: $($buildpath.substring($tmpdir.Length))"
$tempPath = $null
}

Expand Down

0 comments on commit 61ddecc

Please sign in to comment.