Fix invocation of pigeon
This commit is contained in:
parent
4d69a65f9a
commit
affa71f3b8
@ -172,7 +172,7 @@ else
|
|||||||
|
|
||||||
# Build pigeons
|
# Build pigeons
|
||||||
for pigeon in $PIGEON_FILES; do
|
for pigeon in $PIGEON_FILES; do
|
||||||
$FLUTTER run pigeon --input $pigeon
|
$FLUTTER pub run pigeon --input $pigeon
|
||||||
done
|
done
|
||||||
|
|
||||||
# Build the release apk
|
# Build the release apk
|
||||||
|
Loading…
Reference in New Issue
Block a user