fix windows generator

This commit is contained in:
Bryan Gerlach
2024-11-16 23:17:22 -06:00
parent dc33d6e9b1
commit 16b491ac42

View File

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