Skip to content

Commit

Permalink
Delete Miners source file after download
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPlusGH authored Jul 6, 2018
1 parent b787937 commit da85455
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Include.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,7 @@ function Expand-WebRequest {
Get-ChildItem "$(Split-Path $Path)\$FolderName_Old" | Where-Object PSIsContainer -EQ $true | ForEach-Object {Move-Item "$(Split-Path $Path)\$FolderName_Old\$_" "$(Split-Path $Path)\$FolderName_New"}
Remove-Item "$(Split-Path $Path)\$FolderName_Old"
}
Remove-item $FileName
}

function Get-Algorithm {
Expand Down

0 comments on commit da85455

Please sign in to comment.