From b6c031d7b94eb6c052106ea98fd2d4183601f95a Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Thu, 14 Mar 2024 15:48:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=A7=E8=A1=8Cproto?= =?UTF-8?q?=E7=9A=84=E6=96=87=E4=BB=B6=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/proto.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/proto.cjs b/scripts/proto.cjs index 7cdf9e9..5d64d66 100644 --- a/scripts/proto.cjs +++ b/scripts/proto.cjs @@ -7,7 +7,7 @@ const os = require('os'); const { exec } = require('child_process'); -const messageDir = resolve(__dirname, '../bj-rtss-message'); +const messageDir = resolve(__dirname, '../rts-sim-testing-message'); const protoDir = resolve(messageDir, 'protos'); const destDir = resolve(__dirname, '../src/protos');