fixed flavour scripts

This commit is contained in:
Thibault Deckers 2022-11-08 21:26:44 +01:00
parent 5e622271fd
commit 74a376aa8f
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ if [ ! -d "scripts" ]; then
cd ..
fi
PUBSPEC_PATH="../pubspec.yaml"
PUBSPEC_PATH="pubspec.yaml"
flutter clean

View file

@ -3,7 +3,7 @@ if [ ! -d "scripts" ]; then
cd ..
fi
PUBSPEC_PATH="../pubspec.yaml"
PUBSPEC_PATH="pubspec.yaml"
flutter clean

View file

@ -3,7 +3,7 @@ if [ ! -d "scripts" ]; then
cd ..
fi
PUBSPEC_PATH="../pubspec.yaml"
PUBSPEC_PATH="pubspec.yaml"
flutter clean