From 1d11dd3f85503edaad6c2b73e0f90401febc8619 Mon Sep 17 00:00:00 2001 From: aoshiguchen <1052045476@qq.com> Date: Tue, 25 Jul 2023 16:11:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=84=9A=E6=9C=AC=E5=8F=98=E9=87=8F=E5=91=BD?= =?UTF-8?q?=E5=90=8D=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/unix/client_build.sh | 4 ++-- scripts/unix/server_build.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/unix/client_build.sh b/scripts/unix/client_build.sh index 00322c10..889c19ce 100644 --- a/scripts/unix/client_build.sh +++ b/scripts/unix/client_build.sh @@ -2,8 +2,8 @@ # 中微子代理客户端编译打包脚本,基础参数请自行修改 export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_151.jdk/Contents/Home -export MAVANE_HOME=/Users/yangwen/my/service/maven/apache-maven-3.8.1 -export PATH=:$PATH:$JAVA_HOME/bin:$MAVANE_HOME/bin +export MAVEN_HOME=/Users/yangwen/my/service/maven/apache-maven-3.8.1 +export PATH=:$PATH:$JAVA_HOME/bin:$MAVEN_HOME/bin deployDir="deploy" clientDeployDir=$deployDir"/client" diff --git a/scripts/unix/server_build.sh b/scripts/unix/server_build.sh index cbf2ce92..e4640bf2 100644 --- a/scripts/unix/server_build.sh +++ b/scripts/unix/server_build.sh @@ -2,8 +2,8 @@ # 中微子代理客户端编译打包脚本,基础参数请自行修改 export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_151.jdk/Contents/Home -export MAVANE_HOME=/Users/yangwen/my/service/maven/apache-maven-3.8.1 -export PATH=:$PATH:$JAVA_HOME/bin:$MAVANE_HOME/bin +export MAVEN_HOME=/Users/yangwen/my/service/maven/apache-maven-3.8.1 +export PATH=:$PATH:$JAVA_HOME/bin:$MAVEN_HOME/bin deployDir="deploy" serverDeployDir=$deployDir"/server"