### :information_source: Info <!--- Please enter what version of Flutter Launcher Icons you were using so we can identify if this is a problem with a certain version of the package ---> ``` flutter: ^3.29.2 flutter_launcher_icons: ^0.14.3 ``` ### :speech_balloon: Description <!--- What is the issue? Does it fail during execution? Does it produce incorrect / wrong icons? Please include all details here ---> Does not generate the macOS icons when using flavors ### :scroll: Pubspec.yaml <!--- Please insert your flutter_launcher_icons yaml configuration here ---> `flutter_launcher_icons-pro.yaml` ```yaml flutter_launcher_icons: android: true image_path: "launcher/android-free.png" image_path_ios: "launcher/ios-pro.png" macos: generate: true image_path: "launcher/mac-pro.png" web: generate: false windows: generate: false ```