Hello! It seems that, from time to time, the Linux appimage updates itself. That is fine. What I think is not fine is that the Appimage filename also changes its own name to the build number automatically, which breaks alias, scripts, soft links, etc. In my case, I create a soft link "~/bin/sunsama" to the Appimage file, so I can launch the app quickly, but that link breaks when the app updates. Some solutions: Give the user an option to update manually Give the user an option to update without changing the file name Display a warning / notification in-app when the filename has changed Something else ? Thank you!