From 3142e79caa63ad5b480b984645fd220f65a8c50d Mon Sep 17 00:00:00 2001 From: aMannus Date: Mon, 30 Jun 2025 11:36:21 +0200 Subject: [PATCH] Fix clang-format ps1 script --- run-clang-format.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-clang-format.ps1 b/run-clang-format.ps1 index 063cec7af..92ac1c1e4 100644 --- a/run-clang-format.ps1 +++ b/run-clang-format.ps1 @@ -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"