Skip to content

Commit

Permalink
Update install local abacus script to use relative references instead… (
Browse files Browse the repository at this point in the history
#205)

… of absolute.
  • Loading branch information
prashanDYDX authored Jul 25, 2024
1 parent 842e7f5 commit cf78ad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build_abacus_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
# The script will update both the v4-abacus and v4-native-android repositories, so please make sure
# you clean-up/revert the changes after you are done with the local testing

ABACUS_DIR=~/v4-abacus
ANDROID_DIR=~/v4-native-android
ANDROID_DIR=$(pwd)
ABACUS_DIR=$(pwd)/../v4-abacus

# Create a random version number
NEW_VERSION="local.$(date +%s)"
Expand Down

0 comments on commit cf78ad9

Please sign in to comment.