chore: remove .clangd config, update CMakeLists, Dockerfile, and code
This commit is contained in:
parent
87a758ecd8
commit
d735a356b3
15 changed files with 76 additions and 58 deletions
|
@ -902,6 +902,7 @@ $tempfile = "$env:temp\promt.reg"
|
|||
|
||||
foreach ($key in $keys) {
|
||||
reg export $key $tempfile /y > $null
|
||||
echo "Exporting `"$key`""
|
||||
$content = Get-Content -Path $tempfile | Select-Object -Skip 2
|
||||
$dump += ($content -join "`n") + "`n`n"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue