From 8492d8e2ec0caa79b4c5180062df1f66d53f393d Mon Sep 17 00:00:00 2001 From: FriwiDev Date: Wed, 17 Nov 2021 02:26:31 +0100 Subject: [PATCH] Use tree one dir up --- scripts/run_linux.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/run_linux.sh b/scripts/run_linux.sh index 3a5d362..2fe8c53 100644 --- a/scripts/run_linux.sh +++ b/scripts/run_linux.sh @@ -33,11 +33,12 @@ cmake -G "Ninja" -DPROJECT_ARCH=${TARGETARCH} -DCMAKE_BUILD_TYPE=${BUILD_TYPE} . # Build native part using ninja. ninja -j4 +cd .. apt install tree tree #Compile JCEF java classes -cd ../tools +cd tools chmod +x compile.sh if [ ${TARGETARCH} == 'amd64' ] || [ ${TARGETARCH} == 'arm64' ]; then ./compile.sh linux64