mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-19 02:09:55 -06:00
install png icon and desktop file for Linux ( and other Unix )
This commit is contained in:
@@ -226,6 +226,14 @@ target_link_libraries(${PROJECT_NAME}
|
||||
install(TARGETS ${PROJECT_NAME}
|
||||
RUNTIME DESTINATION bin
|
||||
LIBRARY DESTINATION lib)
|
||||
|
||||
if(UNIX AND NOT APPLE)
|
||||
install(FILES src/icons/${PROJECT_NAME}.png
|
||||
DESTINATION share/pixmaps/)
|
||||
|
||||
install(FILES distri/${PROJECT_NAME}.desktop
|
||||
DESTINATION share/applications/)
|
||||
endif(UNIX AND NOT APPLE)
|
||||
|
||||
#cpack
|
||||
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "DB Browser for SQLite")
|
||||
|
||||
@@ -3,7 +3,7 @@ Name=DB Browser for SQLite
|
||||
Comment=DB Browser for SQLite is a light GUI editor for SQLite databases
|
||||
Comment[de]=DB Browser for SQLite ist ein GUI-Editor für SQLite-Datenbanken
|
||||
Exec=sqlitebrowser %f
|
||||
Icon=/usr/share/sqlitebrowser/sqlitebrowser.svg
|
||||
Icon=sqlitebrowser
|
||||
Terminal=false
|
||||
X-MultipleArgs=false
|
||||
Type=Application
|
||||
|
||||
Reference in New Issue
Block a user