Fix invocation of pigeon

This commit is contained in:
PapaTutuWawa 2024-10-03 18:33:29 +02:00
parent 4d69a65f9a
commit affa71f3b8

View File

@ -172,7 +172,7 @@ else
# Build pigeons
for pigeon in $PIGEON_FILES; do
$FLUTTER run pigeon --input $pigeon
$FLUTTER pub run pigeon --input $pigeon
done
# Build the release apk