From da94bb8ffa3a6560f4a05a2beaaf5db92a57413a Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 18 Sep 2024 16:54:43 +0200 Subject: [PATCH] Fix typo in script name. --- docs/jitsi.md | 4 ++-- tools/jitsi/{build_jisti_libs.sh => build_jitsi_libs.sh} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename tools/jitsi/{build_jisti_libs.sh => build_jitsi_libs.sh} (100%) diff --git a/docs/jitsi.md b/docs/jitsi.md index 0b3a5d985b..d962b1e8a3 100644 --- a/docs/jitsi.md +++ b/docs/jitsi.md @@ -28,7 +28,7 @@ The generated maven repository is then host in the project https://github.com/el #### Jitsi version -Update the script `./tools/jitsi/build_jisti_libs.sh` with the tag of the project `https://github.com/jitsi/jitsi-meet`. +Update the script `./tools/jitsi/build_jitsi_libs.sh` with the tag of the project `https://github.com/jitsi/jitsi-meet`. Latest tag can be found from this page: https://github.com/jitsi/jitsi-meet-release-notes/blob/master/CHANGELOG-MOBILE-SDKS.md @@ -39,7 +39,7 @@ Currently we are building the version with the tag `mobile-sdk-10.2.0`. At the root of the Element Android, run the following script: ```shell script -./tools/jitsi/build_jisti_libs.sh +./tools/jitsi/build_jitsi_libs.sh ``` It will build the Jitsi Meet Android library and put every generated files in the folder `/tmp/jitsi` diff --git a/tools/jitsi/build_jisti_libs.sh b/tools/jitsi/build_jitsi_libs.sh similarity index 100% rename from tools/jitsi/build_jisti_libs.sh rename to tools/jitsi/build_jitsi_libs.sh