From d42b690d11debd35d9679e4083944a66422e55ce Mon Sep 17 00:00:00 2001 From: yuanjiajia <1139393632@qq.com> Date: Tue, 31 May 2022 14:28:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=BA=8C=E6=AC=A1=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=B0=86=20LuxCore=20=E7=9A=84=20bin=20=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E6=B7=BB=E5=8A=A0=E5=88=B0=E7=8E=AF=E5=A2=83=E5=8F=98?= =?UTF-8?q?=E9=87=8F=E7=9A=84=E5=AD=97=E7=AC=A6=E4=B8=B2=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build | 1 + 1 file changed, 1 insertion(+) diff --git a/build b/build index 68eee5d..4d0dcd8 100755 --- a/build +++ b/build @@ -209,6 +209,7 @@ if [[ $STAGE && $STAGE < $NEXT ]] ; then ${SHELLROOT}/compileing/compile-LuxCore.sh "$TARGET" complete_stage $NEXT $? echo -n "export PATH=${SHELLROOT}/LuxCore/bin:\$PATH" | sudo tee -a /etc/profile + echo -e "\n\n" echo $BOUNDARYEND fi