Browse Source

buildsystem: fix location of remote access dist folder

merge-requests/2271/head
Steve Lhomme 10 months ago
parent
commit
0deead0d53
  1. 3
      .gitignore
  2. 2
      buildsystem/compile.sh

3
.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

2
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

Loading…
Cancel
Save