From 0deead0d53b32596078e052bd405c3ea6ccba59d Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Fri, 13 Jun 2025 09:08:26 +0200 Subject: [PATCH] buildsystem: fix location of remote access dist folder --- .gitignore | 3 ++- buildsystem/compile.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 43c80b4b8..68a16a38b 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,8 @@ medialibrary/.libs medialibrary/prefix # Remote access -remoteaccess/** +application/remote-access-client/remoteaccess/** +application/remote-access-client/assets/** # Android .so /android-libs/**/*.so diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh index 73c26c1ed..7d0df848c 100755 --- a/buildsystem/compile.sh +++ b/buildsystem/compile.sh @@ -411,7 +411,7 @@ else fi fi -if [ ! -d "./remoteaccess/dist" ] ; then +if [ ! -d "./application/remote-access-client/remoteaccess/dist" ] ; then echo "\033[1;32mWARNING: This was built without the remote access at ./remoteaccess/dist ..." fi