Skip to content

Commit ed2f6bc

Browse files
committed
bump to 0.3.1
1 parent 908d84b commit ed2f6bc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,10 @@ if (UNIX AND NOT APPLE)
199199
RENAME ${APPLICATION_ID}.png
200200
)
201201
endforeach()
202+
install(
203+
FILES ${APPLICATION_ID}.desktop
204+
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications
205+
)
202206
install(
203207
FILES ${APPLICATION_ID}.xml
204208
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/metainfo

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0
1+
0.3.1

0 commit comments

Comments
 (0)