flutter_distributor icon indicating copy to clipboard operation
flutter_distributor copied to clipboard

[Linux][AppImage] Not showing correct icon

Open annd22 opened this issue 2 years ago • 1 comments

I've successfully built my appimage file, but after run, it show the default icon like this image I checked the make_appimage_config.dart file and saw that the field Icon was equal to appName - which is the name defined in pubspec.yaml file. Maybe this making the bug? image

annd22 avatar Sep 04 '23 07:09 annd22

Fixed here, you can now specify package_name: https://github.com/leanflutter/flutter_distributor/pull/224

prateekmedia avatar Sep 26 '24 19:09 prateekmedia