File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -68,9 +68,10 @@ install(TARGETS appbasic_numerical_methods_qml
68
68
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
69
69
)
70
70
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)
73
72
73
+ install (FILES "${PROJECT_SOURCE_DIR} /io.github.hafmed.Basic-Numerical-Methods-qml.metainfo.xml"
74
+ DESTINATION "$ENV{HOME} /.local/app/share/metainfo" )
74
75
install (FILES "${PROJECT_SOURCE_DIR} /io.github.hafmed.Basic-Numerical-Methods-qml.desktop"
75
76
DESTINATION "${CMAKE_INSTALL_PREFIX} /share/applications" )
76
77
install (FILES "${PROJECT_SOURCE_DIR} /io.github.hafmed.Basic-Numerical-Methods-qml.metainfo.xml"
You can’t perform that action at this time.
0 commit comments