We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 908d84b commit ed2f6bcCopy full SHA for ed2f6bc
CMakeLists.txt
@@ -199,6 +199,10 @@ if (UNIX AND NOT APPLE)
199
RENAME ${APPLICATION_ID}.png
200
)
201
endforeach()
202
+ install(
203
+ FILES ${APPLICATION_ID}.desktop
204
+ DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications
205
+ )
206
install(
207
FILES ${APPLICATION_ID}.xml
208
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/metainfo
VERSION
@@ -1 +1 @@
1
-0.3.0
+0.3.1
0 commit comments