1
0
mirror of https://github.com/immich-app/immich.git synced 2025-02-13 19:22:37 +02:00
immich/mobile/makefile
Alex 391bf052e4
Revert "fix(mobile): Generate 1 splash screen on Android (#1443)" (#1498)
This reverts commit 00630bd4a3c67870db657a5a90bbfd32d7999fd1.
2023-01-31 22:05:54 -06:00

11 lines
245 B
Makefile

build:
flutter packages pub run build_runner build
watch:
flutter packages pub run build_runner watch --delete-conflicting-outputs
create_app_icon:
flutter pub run flutter_launcher_icons:main
build_release_android:
flutter build appbundle