Closed Patrick-Ze closed 4 months ago
This PR addresses the issue of the installation script failing when the TMP/TEMP path contains 8.3 format by using the built-in PowerShell function [System.IO.Path]::GetTempPath() to retrieve the temp path.
TMP
TEMP
[System.IO.Path]::GetTempPath()
https://github.com/xmake-io/xmake/issues/5255
This PR addresses the issue of the installation script failing when the
TMP
/TEMP
path contains 8.3 format by using the built-in PowerShell function[System.IO.Path]::GetTempPath()
to retrieve the temp path.https://github.com/xmake-io/xmake/issues/5255