File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,9 +64,9 @@ Remove-Item -Path (Join-Path -Path $PSScriptRoot -ChildPath "lib\esptool\esptool
6464
6565# copy files to the correct locations
6666" Copying files to tools folders..." | Write-Host - ForegroundColor White - NoNewline
67- Move-Item - Path (Join-Path - Path $env: TEMP - ChildPath " esptool-$version - win64\**" - Resolve) - Destination (Join-Path - Path $PSScriptRoot - ChildPath " lib\esptool\esptoolWin" - Resolve) - Force
68- Move-Item - Path (Join-Path - Path $env: TEMP - ChildPath " esptool-$version - macos\**" - Resolve) - Destination (Join-Path - Path $PSScriptRoot - ChildPath " lib\esptool\esptoolMac" - Resolve) - Force
69- Move-Item - Path (Join-Path - Path $env: TEMP - ChildPath " esptool-$version - linux-amd64\**" - Resolve) - Destination (Join-Path - Path $PSScriptRoot - ChildPath " lib\esptool\esptoolLinux" - Resolve) - Force
67+ Move-Item - Path (Join-Path - Path $env: TEMP - ChildPath " esptool-win64\**" - Resolve) - Destination (Join-Path - Path $PSScriptRoot - ChildPath " lib\esptool\esptoolWin" - Resolve) - Force
68+ Move-Item - Path (Join-Path - Path $env: TEMP - ChildPath " esptool-macos\**" - Resolve) - Destination (Join-Path - Path $PSScriptRoot - ChildPath " lib\esptool\esptoolMac" - Resolve) - Force
69+ Move-Item - Path (Join-Path - Path $env: TEMP - ChildPath " esptool-linux-amd64\**" - Resolve) - Destination (Join-Path - Path $PSScriptRoot - ChildPath " lib\esptool\esptoolLinux" - Resolve) - Force
7070" OK" | Write-Host - ForegroundColor Green
7171
7272# cleanup files
You can’t perform that action at this time.
0 commit comments