From 1c9af1f002e82118ef9e0b6c794b1bc69589133f Mon Sep 17 00:00:00 2001 From: foglet15 Date: Sun, 25 Feb 2024 13:26:01 -0500 Subject: [PATCH] modify dir path --- bin/regen-protobufs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/regen-protobufs.sh b/bin/regen-protobufs.sh index e97d739..dc1c2fa 100755 --- a/bin/regen-protobufs.sh +++ b/bin/regen-protobufs.sh @@ -4,7 +4,7 @@ #gsed -i 's/import "\//import ".\//g' ./protobufs/meshtastic/* #gsed -i 's/package meshtastic;//g' ./protobufs/meshtastic/* -./nanopb-0.4.7/generator-bin/protoc -I=protobufs --python_out ./pbDefinitions ./protobufs/meshtastic/*.proto +./nanopb-0.4.7/generator-bin/protoc -I=protobufs --python_out ./meshtastic/pbDefinitions ./protobufs/meshtastic/*.proto # workaround for import bug in protoc https://github.com/protocolbuffers/protobuf/issues/1491#issuecomment-690618628