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 19, 2024
1 parent 7f554b3 commit b6ff46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/generate-apk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ cd "$APP_DIR" || exit

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

open outputs
echo "APK generation complete."

0 comments on commit b6ff46b

Please sign in to comment.