mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-04 06:20:42 +02:00
Add protobufs
This commit is contained in:
parent
6ee8ea905f
commit
f82cf901bf
@ -9,6 +9,7 @@ URL,Directory
|
||||
"https://github.com/fleschutz/base256unicode", "base256unicode"
|
||||
"https://github.com/grafana/grafana", "grafana"
|
||||
"https://github.com/llvm/llvm-project", "llvm"
|
||||
"https://github.com/protocolbuffers/protobuf", "protobuf"
|
||||
"https://github.com/smartmontools/smartmontools", "smartmontools"
|
||||
"https://github.com/synesthesiam/voice2json", "voice2json"
|
||||
"https://github.com/tensorflow/tensorflow", "tensorflow"
|
||||
|
|
@ -77,7 +77,7 @@ function MakeDir { param($Path)
|
||||
if ($lastExitCode -ne "0") { throw "Script 'build.bat' returned error(s)" }
|
||||
|
||||
} elseif (test-path "$Path/$DirName" -pathType container) {
|
||||
"⏳ No make rule found, but trying the subdirectory 📂$DirName ..."
|
||||
"⏳ No make rule found, trying subfolder 📂$($DirName)..."
|
||||
MakeDir "$Path/$DirName"
|
||||
} else {
|
||||
write-warning "Sorry, no make rule applies to: 📂$DirName"
|
||||
|
Loading…
Reference in New Issue
Block a user