Skip to content

Fix RPM Installer

Mike Prechtl requested to merge fedora/launcher_missing into master

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

Merge request reports