Fix Snapcraft
This commit is contained in:
parent
114b5af8d2
commit
a2a5e5938c
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue