Mobile Client: Fix Build Flow

This commit is contained in:
Arthi-chaud
2022-02-21 15:44:55 +01:00
parent 0b526628be
commit b32fd48b8e
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -11,10 +11,10 @@ COPY pubspec.* ./
RUN flutter pub get
COPY . .
# Generate traduction files
RUN flutter gen-l10n
# Generate launcher icon
RUN flutter pub run flutter_launcher_icons:main
# Generate traduction files
RUN flutter gen-l10n
# Generate native splashscreen
RUN flutter pub run flutter_native_splash:create
RUN flutter build apk lib/src/main.dart
+1 -1
View File
@@ -538,4 +538,4 @@
/* End XCConfigurationList section */
};
rootObject = 97C146E61CF9000F007C117D /* Project object */;
}
}