Skip to content

Commit

Permalink
add install, change shebang to python3
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeferguson committed Jan 31, 2024
1 parent a8f4382 commit c91c305
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions image_view/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,8 @@ if(BUILD_TESTING)
ament_lint_auto_find_test_dependencies()
endif()

install(PROGRAMS
scripts/extract_images_sync
DESTINATION lib/${PROJECT_NAME})

ament_auto_package()
2 changes: 1 addition & 1 deletion image_view/scripts/extract_images_sync
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Software License Agreement (BSD License)
#
Expand Down

0 comments on commit c91c305

Please sign in to comment.