Skip to content

Commit

Permalink
Add .desktop + icon
Browse files Browse the repository at this point in the history
  • Loading branch information
flinguenheld committed Sep 7, 2023
1 parent 880cf9b commit 8cf58e8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
3 changes: 1 addition & 2 deletions app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ add_executable(${PROJECT_NAME} ${EXE_SOURCES})
target_link_libraries(${PROJECT_NAME} PUBLIC
${LIBRARY_WIDGET}
${LIBRARY_FILE}
SDL2
SDL2_ttf)
)

target_include_directories(${PROJECT_NAME} PUBLIC
${CMAKE_BINARY_DIR}/configured_files/include
Expand Down
9 changes: 9 additions & 0 deletions icon/kebb.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[Desktop Entry]
Version=1.3.0
Name=kebb
Comment=Improve your typing skills
Exec=kebb
Icon=/usr/share/kebb/kebb.png
Terminal=false
Type=Application
StartupNotify=true
Binary file added icon/kebb.kra
Binary file not shown.
Binary file added icon/kebb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8cf58e8

Please sign in to comment.