File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,16 @@ Move-Item -Path (Join-Path -Path $env:TEMP -ChildPath "esptool-$version-linux-am
6161# cleanup files
6262Remove-Item - Path (Join-Path - Path $PSScriptRoot - ChildPath " lib\esptool\esptoolWin\LICENSE" - Resolve) - Force
6363Remove-Item - Path (Join-Path - Path $PSScriptRoot - ChildPath " lib\esptool\esptoolWin\README.md" - Resolve) - Force
64+ Remove-Item - Path (Join-Path - Path $PSScriptRoot - ChildPath " lib\esptool\esptoolWin\esp_rfc2217_server.exe" - Resolve) - Force
65+ Remove-Item - Path (Join-Path - Path $PSScriptRoot - ChildPath " lib\esptool\esptoolWin\espefuse.exe" - Resolve) - Force
66+ Remove-Item - Path (Join-Path - Path $PSScriptRoot - ChildPath " lib\esptool\esptoolWin\espsecure.exe" - Resolve) - Force
6467Remove-Item - Path (Join-Path - Path $PSScriptRoot - ChildPath " lib\esptool\esptoolMac\LICENSE" - Resolve) - Force
6568Remove-Item - Path (Join-Path - Path $PSScriptRoot - ChildPath " lib\esptool\esptoolMac\README.md" - Resolve) - Force
69+ Remove-Item - Path (Join-Path - Path $PSScriptRoot - ChildPath " lib\esptool\esptoolMac\esp_rfc2217_server" - Resolve) - Force
70+ Remove-Item - Path (Join-Path - Path $PSScriptRoot - ChildPath " lib\esptool\esptoolMac\espefuse" - Resolve) - Force
71+ Remove-Item - Path (Join-Path - Path $PSScriptRoot - ChildPath " lib\esptool\esptoolMac\espsecure" - Resolve) - Force
6672Remove-Item - Path (Join-Path - Path $PSScriptRoot - ChildPath " lib\esptool\esptoolLinux\LICENSE" - Resolve) - Force
6773Remove-Item - Path (Join-Path - Path $PSScriptRoot - ChildPath " lib\esptool\esptoolLinux\README.md" - Resolve) - Force
74+ Remove-Item - Path (Join-Path - Path $PSScriptRoot - ChildPath " lib\esptool\esptoolLinux\esp_rfc2217_server" - Resolve) - Force
75+ Remove-Item - Path (Join-Path - Path $PSScriptRoot - ChildPath " lib\esptool\esptoolLinux\espefuse" - Resolve) - Force
76+ Remove-Item - Path (Join-Path - Path $PSScriptRoot - ChildPath " lib\esptool\esptoolLinux\espsecure" - Resolve) - Force
You can’t perform that action at this time.
0 commit comments