Skip to content

Commit

Permalink
ECS: Fix script tar
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Oct 31, 2023
1 parent 5591271 commit ab55374
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libs/B-luga-graphics/scripts/create-tar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ mv ./CMakeLists.txt ./b-luga-graphics
mv ./README.md ./b-luga-graphics
mv ./deps/ ./b-luga-graphics
mv ./include/ ./b-luga-graphics
mv ./src/ ./b-luga-graphics

tar -cvf b-luga-graphics.tar b-luga-graphics
1 change: 1 addition & 0 deletions libs/B-luga-physics/scripts/create-tar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ mv ./CMakeLists.txt ./b-luga-physics
mv ./README.md ./b-luga-physics
mv ./deps/ ./b-luga-physics
mv ./include/ ./b-luga-physics
mv ./src/ ./b-luga-physics

tar -cvf b-luga-physics.tar b-luga-physics

0 comments on commit ab55374

Please sign in to comment.