- I am building my app with Tauri as an AppImage on Ubuntu 22.04, but when I integrate my app with my desktop (I use AppImageLauncher), I see that the name shows up as "my_app (066e...)" instead of just "my_app". The "066e..." is the beginning of the latest commit in my git repository.
2.Also, the name of the window when I hover over it in the dock shows up as "My-app", although I want it to be the same as the title in the window frame, "My App".
How do I fix this?