Skip to content

Commit

Permalink
Update rename script
Browse files Browse the repository at this point in the history
  • Loading branch information
robertying committed Oct 28, 2023
1 parent 76aea54 commit 108abfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/rename_apks_for_release.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

APK_DIR="android/app/build/outputs/apk/release"
DIR="$(dirname "$0")"
APK_DIR="${DIR}/../android/app/build/outputs/apk/release"
cp $APK_DIR/app-x86_64-release.apk $APK_DIR/learnX-x86_64-$VERSION_TAG.apk
cp $APK_DIR/app-arm64-v8a-release.apk $APK_DIR/learnX-arm64-v8a-$VERSION_TAG.apk
cp $APK_DIR/app-armeabi-v7a-release.apk $APK_DIR/learnX-armeabi-v7a-$VERSION_TAG.apk
Expand Down

0 comments on commit 108abfc

Please sign in to comment.