Skip to content
Snippets Groups Projects
Commit 99c4068d authored by Amorilia's avatar Amorilia
Browse files

Clean folders before zipping things up.

parent 84b85a84
No related branches found
No related tags found
No related merge requests found
VERSION=`cat VERSION`
rm ../niflib-${VERSION}-src.zip
git submodule update --recursive
git clean -xfd
git submodule foreach --recursive git clean -xfd
doxygen
find . -type f -not -wholename "*.git*" -and -not -name ".project" | xargs zip ../niflib-${VERSION}-src.zip
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment