1
0
mirror of https://github.com/immich-app/immich.git synced 2026-05-21 21:48:14 +02:00
Files
immich/mobile/makefile
T

11 lines
245 B
Makefile
Raw Normal View History

2022-02-03 10:06:44 -06:00
build:
flutter packages pub run build_runner build
watch:
2022-02-10 20:40:11 -06:00
flutter packages pub run build_runner watch --delete-conflicting-outputs
2022-02-04 10:41:51 -06:00
create_app_icon:
2022-03-13 22:10:07 -05:00
flutter pub run flutter_launcher_icons:main
build_release_android:
flutter build appbundle