Skip to content

Commit

Permalink
fix a typo in building language ID apk (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj authored Apr 19, 2024
1 parent 37831fe commit 2e0ee0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/apk/build-apk-slid.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ for arch in arm64-v8a armeabi-v7a x86_64 x86; do
./gradlew assembleRelease
popd

mv android/SherpaOnnxSpokenLanguageIdentification/app/build/outputs/apk/release/app-release-unsigned.apk ./apks/sherpa-onnx-${SHERPA_ONNX_VERSION}-$arch-audio-tagging-$short_name.apk
mv android/SherpaOnnxSpokenLanguageIdentification/app/build/outputs/apk/release/app-release-unsigned.apk ./apks/sherpa-onnx-${SHERPA_ONNX_VERSION}-$arch-slid-$short_name.apk
ls -lh apks
rm -v ./android/SherpaOnnxSpokenLanguageIdentification/app/src/main/jniLibs/$arch/*.so
done
Expand Down

0 comments on commit 2e0ee0e

Please sign in to comment.