Skip to content

Fix: Build from AUR

Martin Hoeher requested to merge 423-aur-installation-failing-for-v3-32 into master

This fixes a potential issue when installing the app from AUR: It would otherwise include files belonging to Qt5Keychain, which some users already might have installed. For the time being, the app includes that library in source form, but would install files belonging to it to the system.

This change prevents this by removing appropriate files during the installation step.

Closes #423 (closed)

Merge request reports