Skip to content

Commit

Permalink
Fix hardcoded metadata.xml install path
Browse files Browse the repository at this point in the history
  • Loading branch information
minosimo authored Oct 12, 2024
1 parent d676437 commit ccf0b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ else()
install( FILES ${CMAKE_CURRENT_BINARY_DIR}/qdigidoc4.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1 )
install( FILES ee.ria.qdigidoc4.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/applications )
install( FILES qdigidoc4.xml DESTINATION ${CMAKE_INSTALL_DATADIR}/mime/packages )
install( FILES ee.ria.qdigidoc4.metainfo.xml DESTINATION /usr/share/metainfo )
install( FILES ee.ria.qdigidoc4.metainfo.xml DESTINATION ${CMAKE_INSTALL_DATADIR}/metainfo )
foreach(RES 16 22 32 48 128 256 512)
install(
FILES images/digidoc_${RES}.png
Expand Down

0 comments on commit ccf0b6a

Please sign in to comment.