mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-06 13:01:31 -07:00
Fix clang-format ps1 script (#5637)
Some checks are pending
Some checks are pending
* Fix clang-format ps1 script * use path variable
This commit is contained in:
parent
f80836d8b7
commit
db58c3a029
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ if (-not (Test-Path $clangFormatFilePath) -or ($currentVersion -ne $requiredVers
|
||||||
}
|
}
|
||||||
|
|
||||||
$wc = New-Object net.webclient
|
$wc = New-Object net.webclient
|
||||||
$wc.Downloadfile($url, $llvmInstallerPath)
|
$wc.Downloadfile($url, $PSScriptRoot + $llvmInstallerPath)
|
||||||
|
|
||||||
$sevenZipPath = "C:\Program Files\7-Zip\7z.exe"
|
$sevenZipPath = "C:\Program Files\7-Zip\7z.exe"
|
||||||
$specificFileInArchive = "bin\clang-format.exe"
|
$specificFileInArchive = "bin\clang-format.exe"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue