Use tree one dir up

This commit is contained in:
FriwiDev 2021-11-17 02:26:31 +01:00
parent 2639f99ccf
commit 8492d8e2ec

View File

@ -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