Skip to content

Commit

Permalink
Update generate-apk.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Shashwat12-egov authored Dec 20, 2024
1 parent e503db7 commit d135b54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/generate-apk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ cd "$APP_DIR" || exit
build_apk
cd ../../ || exit

mkdir -p outputs
mv "$APP_DIR/build/app/outputs/apk/release/app-$build_config.apk" "outputs/app-$env_option-$build_config.apk"
# mkdir -p outputs
# mv "$APP_DIR/build/app/outputs/apk/release/app-$build_config.apk" "outputs/app-$env_option-$build_config.apk"
# done

# open outputs
Expand Down

0 comments on commit d135b54

Please sign in to comment.