Skip to content

Commit 926d35e

Browse files
authored
Update CMakeLists.txt
1 parent 09cb2e6 commit 926d35e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,10 @@ install(TARGETS appbasic_numerical_methods_qml
6868
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
6969
)
7070

71-
install(FILES ${PROJECT_SOURCE_DIR}/io.github.hafmed.Basic-Numerical-Methods-qml.metainfo.xml
72-
DESTINATION $ENV{HOME}/.local/app/share/metainfo/io.github.hafmed.Basic-Numerical-Methods-qml.metainfo.xml)
71+
#install(FILES ${PROJECT_SOURCE_DIR}/io.github.hafmed.Basic-Numerical-Methods-qml.metainfo.xml DESTINATION $ENV{HOME}/.local/app/share/metainfo/io.github.hafmed.Basic-Numerical-Methods-qml.metainfo.xml)
7372

73+
install(FILES "${PROJECT_SOURCE_DIR}/io.github.hafmed.Basic-Numerical-Methods-qml.metainfo.xml"
74+
DESTINATION "$ENV{HOME}/.local/app/share/metainfo")
7475
install(FILES "${PROJECT_SOURCE_DIR}/io.github.hafmed.Basic-Numerical-Methods-qml.desktop"
7576
DESTINATION "${CMAKE_INSTALL_PREFIX}/share/applications")
7677
install(FILES "${PROJECT_SOURCE_DIR}/io.github.hafmed.Basic-Numerical-Methods-qml.metainfo.xml"

0 commit comments

Comments
 (0)