Fix RPM Installer
The problem is that the jpackage
tool generates a .spec
file that does not check the context in the uninstall step. And therefore, the desktop launcher is always removed when upgrading the Open-eCard app on Fedora.
I fixed it by providing a custom .spec
file that considers this context. Otherwise the .spec
file is similar to the one generated by jpackage.
Edited by Mike Prechtl