mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 21:03:42 -07:00
Fix clang-format ps1 script
This commit is contained in:
parent
063fb2577f
commit
3142e79caa
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.Downloadfile($url, $llvmInstallerPath)
|
||||
$wc.Downloadfile($url, $PSScriptRoot + "\LLVM-14.0.6-win64.exe")
|
||||
|
||||
$sevenZipPath = "C:\Program Files\7-Zip\7z.exe"
|
||||
$specificFileInArchive = "bin\clang-format.exe"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue