aves_mio1/scripts/apply_flavor_libre.sh
FabioMich66 19a982ede6
Some checks are pending
Quality check / Flutter analysis (push) Waiting to run
Quality check / CodeQL analysis (java-kotlin) (push) Waiting to run
first commit
2026-03-05 15:51:30 +01:00

13 lines
280 B
Bash
Executable file

#!/bin/bash
if [ ! -d "scripts" ]; then
cd ..
fi
PUBSPEC_PATH="pubspec.yaml"
./flutterw clean
sed -i 's|plugins/aves_services_.*|plugins/aves_services_none|g' "$PUBSPEC_PATH"
sed -i 's|plugins/aves_report_.*|plugins/aves_report_console|g' "$PUBSPEC_PATH"
./flutterw pub get