BUG:Can't start after pinning to taskbar
This is the project address:https://github.com/Bronya0/Kafka-King
When I pin it to the taskbar, subsequent clicks will only pop up a blank window with the window name: flet.exe
My guess is that pinning to the taskbar only pins the flet's flet.exe, I don't know how to fix this
Packaging command: flet pack main.py -i assets/icon.ico -n kafka-king --add-data=assets/*:assets
Platform: windows10
https://github.com/flet-dev/flet/issues/1704#issue-1846095798
like this
I read the relevant comments. Should I not fix this problem in the pack command? Because I think the environment required for build is much more complicated than pack. Forgive me for not having contact with flutter.