Fix the name of the tools directory.

This commit is contained in:
2023-04-23 16:51:02 -07:00
parent 5704654d1a
commit 0fe35cd976

View File

@ -0,0 +1,6 @@
#!/bin/sh
set -e
cd "$(dirname "${0}")/../Common"
exec protoc --swift_opt=Visibility=Public --grpc-swift_opt=Visibility=Public --swift_out=../Sources/StableDiffusionProtos --grpc-swift_out=../Sources/StableDiffusionProtos StableDiffusion.proto