Skip to content

Commit

Permalink
Fix linux/macos proto generation
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson authored Aug 16, 2024
1 parent 169c2fb commit f488a84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions genproto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ set_os_architecture
dotnet restore

grpc_tools_version="2.65.0"
protoc="$HOME"/.nuget/packages/build/grpc.tools/"grpc_tools_version"/tools/"$OS"_"$ARCH"/protoc
grpc_csharp="$HOME"/.nuget/packages/build/grpc.tools/"grpc_tools_version"/tools/"$OS"_"$ARCH"/grpc_csharp_plugin
protoc="$HOME"/.nuget/packages/build/grpc.tools/"$grpc_tools_version"/tools/"$OS"_"$ARCH"/protoc
grpc_csharp="$HOME"/.nuget/packages/build/grpc.tools/"$grpc_tools_version"/tools/"$OS"_"$ARCH"/grpc_csharp_plugin

chmod +x $protoc
chmod +x $grpc_csharp
Expand Down

0 comments on commit f488a84

Please sign in to comment.