Skip to content

Commit

Permalink
Rename share/org.Rabbit.Calendar.desktop to share/org.Rabbit.Calendar…
Browse files Browse the repository at this point in the history
….desktop.in
  • Loading branch information
KangLin committed Feb 13, 2025
1 parent 7ed239e commit aa9514f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion App/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ ADD_TARGET(NAME ${PROJECT_NAME}
VERSION ${Calendar_VERSION})

if(NOT ANDROID AND (UNIX OR IOS))
INSTALL(FILES ${CMAKE_SOURCE_DIR}/share/org.Rabbit.Calendar.desktop
configure_file(${CMAKE_SOURCE_DIR}/share/applications/org.Rabbit.Calendar.desktop.in
${CMAKE_BINARY_DIR}/org.Rabbit.RemoteControl.desktop)
INSTALL(FILES ${CMAKE_BINARY_DIR}/org.Rabbit.Calendar.desktop
DESTINATION "share/applications"
COMPONENT Application)
INSTALL(FILES ${CMAKE_SOURCE_DIR}/Src/Resource/image/Calendar.png
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[Desktop Entry]
Type=Application
Icon=Calendar
Exec=/opt/Calendar/bin/Calendar.sh
Path=/opt/Calendar
Exec=CalendarApp
Path=@CMAKE_INSTALL_PREFIX@/bin
Terminal=false
StartupNotify=true
Categories=Application;Development;Tools;Qt;
Expand Down

0 comments on commit aa9514f

Please sign in to comment.