dependencies

This commit is contained in:
Bryan Gerlach
2024-11-19 09:39:48 -06:00
parent 446a6fa7d2
commit c57cf5869d

View File

@@ -356,6 +356,7 @@ jobs:
- name: replace flutter icons
run: |
cd ./flutter
flutter pub upgrade win32
flutter pub get
flutter pub run flutter_launcher_icons
cd ..