Skip to content

Commit

Permalink
Add new justfile command gen-raw-icons for turms-chat-demo
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesChenX committed Dec 10, 2024
1 parent acb20e4 commit f577567
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion turms-chat-demo-flutter/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,19 @@ gen-env-vars:
gen-l10n:
fvm flutter gen-l10n

[windows]
gen-raw-icons:
fvm flutter run -t ./tool/gen_raw_icons.dart --device-id=windows

[linux]
gen-raw-icons:
fvm flutter run -t ./tool/gen_raw_icons.dart --device-id=linux

[macos]
gen-raw-icons:
fvm flutter run -t ./tool/gen_raw_icons.dart --device-id=macos

gen-icons:
dart tool/gen_icons.dart
fvm dart run flutter_launcher_icons:main

##
Expand Down
File renamed without changes.

0 comments on commit f577567

Please sign in to comment.