mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Remove an existing Boost folder when extracting
This commit is contained in:
@@ -36,6 +36,8 @@ if (Is-LibraryMissing) {
|
||||
|
||||
Write-Output "Time taken: $((Get-Date).Subtract($start_time).Seconds) second(s)"
|
||||
|
||||
Remove-Item -Recurse -Force $boostFolder
|
||||
|
||||
Write-Output 'Extracting ' + $boostArchive + '...'
|
||||
cd
|
||||
7z x $boostArchive -o"C:\projects"
|
||||
|
||||
Reference in New Issue
Block a user