Fix Snapcraft

This commit is contained in:
Hillel Coren 2023-12-07 18:38:07 +02:00
parent 114b5af8d2
commit a2a5e5938c
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ workflows:
source: true source: true
scripts: scripts:
- | - |
flutter doctor
cp $FCI_BUILD_DIR/android/app/build.gradle.prod $FCI_BUILD_DIR/android/app/build.gradle cp $FCI_BUILD_DIR/android/app/build.gradle.prod $FCI_BUILD_DIR/android/app/build.gradle
cp $FCI_BUILD_DIR/lib/.env.dart.example $FCI_BUILD_DIR/lib/.env.dart cp $FCI_BUILD_DIR/lib/.env.dart.example $FCI_BUILD_DIR/lib/.env.dart
echo "const FLUTTER_VERSION = const <String, String>" > $FCI_BUILD_DIR/lib/flutter_version.dart echo "const FLUTTER_VERSION = const <String, String>" > $FCI_BUILD_DIR/lib/flutter_version.dart