Compare commits

..

1 Commits

Author SHA1 Message Date
Ruben Buniatyan
8ff0b81e03
Merge 6ea8a83759 into 30a8f963f7 2025-07-13 19:45:50 +02:00

View File

@ -52,7 +52,7 @@ jobs:
./komac sync-fork ./komac sync-fork
./komac update -v $version -u $releaseUrl --dry-run -o winget-pkgs LLVM.clangd ./komac update -v $version -u $releaseUrl --dry-run -o winget-pkgs LLVM.clangd
(Get-Content $installerPath) -replace '^(\s*-\s+RelativeFilePath:\s+).*$', ('${1}' + "clangd_$version/bin/clangd.exe") (Get-Content $installerPath) -replace '^(\s*-\s+RelativeFilePath:\s+).*$', ('${1}' + "clang_$version/bin/clangd.exe")
| Set-Content $installerPath | Set-Content $installerPath
./komac submit -y winget-pkgs ./komac submit -y winget-pkgs