Skip to content

Commit

Permalink
chore: script fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardo2016x committed Mar 21, 2024
1 parent 7e3a19d commit 518f323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mobile/scripts/deploy-android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android_deployments_dir="$script_dir/deployments/android"
rm -rf $android_deployments_dir && mkdir -p $android_deployments_dir;

# preapre version.json
replace_variables $script_dir/tpl/android/version.json $android_deployments_dir/version.json \
unix_replace_variables $script_dir/tpl/android/version.json $android_deployments_dir/version.json \
--var-APP_VER_CODE=$android_version_code \
--var-APP_VER="$android_version_name"

Expand Down

0 comments on commit 518f323

Please sign in to comment.