Skip to content

Commit

Permalink
Merge 2137caf into 2f7bd7e
Browse files Browse the repository at this point in the history
  • Loading branch information
j-rivero authored Apr 7, 2022
2 parents 2f7bd7e + 2137caf commit 9ce8cc0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ ign_create_packages()
configure_file(${CMAKE_SOURCE_DIR}/api.md.in ${CMAKE_BINARY_DIR}/api.md)
configure_file(${CMAKE_SOURCE_DIR}/tutorials.md.in ${CMAKE_BINARY_DIR}/tutorials.md)
configure_file(${CMAKE_SOURCE_DIR}/tools/desktop/ignition-gazebo.desktop.in ${CMAKE_BINARY_DIR}/ignition-gazebo${PROJECT_VERSION_MAJOR}.desktop)
configure_file(${CMAKE_SOURCE_DIR}/tools/desktop/ignition-gazebo.svg.in ${CMAKE_BINARY_DIR}/ignition-gazebo${PROJECT_VERSION_MAJOR}.svg)

# disable doxygen on macOS due to issues with doxygen 1.9.0
# there is an unreleased fix; revert this when 1.9.1 is released
Expand Down
2 changes: 1 addition & 1 deletion tools/desktop/ignition-gazebo.desktop.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Type=Application
Name=Igniton Gazebo @PROJECT_VERSION_MAJOR@
Comment=3D Robot Simulator
Exec=/usr/bin/ign gazebo --force-version @PROJECT_VERSION_MAJOR@
Icon=ignition-gazebo
Icon=ignition-gazebo@PROJECT_VERSION_MAJOR@
Categories=Education;Science;Robotics;Development;
StartupNotify=true
File renamed without changes.

0 comments on commit 9ce8cc0

Please sign in to comment.