mirror of
https://github.com/flutter/packages.git
synced 2025-06-10 14:52:26 +08:00

The change to how the repository is located assumed the script was being run from bin/flutter_plugin_tools.dart, but it can also be run directly from lib/src/main.dart which was broken. This restores the ability to run it either way. Fixes the tree breakage in `release`.