Skip to content

Commit

Permalink
Improving tarball release script.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed Sep 2, 2018
1 parent 2d424ec commit c51e4d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/tarball/tarball-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ function buildGitHubTarball() {

# 1.2) prune MindForger project source: tests, *.o/... build files, ...
echo -e "\n# MF project cleanup ########################################"
rm -vrf ./.git ./app/mindforger ./build
rm -vrf ./.git ./app/mindforger ./build ./app/test ./lib/test
rm -vf ./mindforger.pro.user ./mindforger.pro.user.macos ./mindforger.pro.user.ubuntu
find . -type f \( -name "*moc_*.cpp" -or -name "*.a" -or -name "*.o" -or -name "*.*~" -or -name ".gitignore" -or -name ".git" \) | while read F; do rm -vf $F; done

# 1.4) create tar archive
Expand Down

0 comments on commit c51e4d9

Please sign in to comment.