Skip to content
Snippets Groups Projects
Commit 2122fd3e authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- exclude additional build files from release

parent b1716cf3
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ mkdir -p "${BUILD_ROOT}"
rsync -av --exclude='.git' --exclude='.idea' --exclude='_Deparsed_XSubs.pm' \
--exclude='.gitignore' --exclude='tmp' \ --exclude='*.zip' \
--exclude="${BUILD_SCRIPT}" --exclude="${BUILD_DIR}/" \
--exclude="*.iml" ./ "${BUILD_ROOT}"
--exclude="*.iml" ./ "${BUILD_ROOT}" --exclude='build*'
sed -i "/^#.*FILE:.*/a \
#\n\
# VERSION: ${VERSION}\n\
......@@ -25,4 +25,4 @@ if [[ -e "${BUILD_ZIP}" ]]; then
echo "release archived in file '${BUILD_ZIP}' :)"
else
echo "something goes wrong :("
fi
\ No newline at end of file
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment