Skip to content

Commit

Permalink
update zip packager to keep the markdown version of the readme and le…
Browse files Browse the repository at this point in the history
…ave out the linkchain testing info
  • Loading branch information
kvibber committed Sep 2, 2022
1 parent fa0998f commit 5a4ec57
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packagezip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ if [ ! -d build ]; then
fi

mkdir build/$ZIPNAME
cp -p *.php *.txt *.md LICENSE "build/$ZIPNAME"
rm "build/$ZIPNAME/readme.md"
cp -p *.php *.md LICENSE "build/$ZIPNAME"

echo "Building $ZIPNAME"
cd build && zip -r "$ZIPNAME.zip" "$ZIPNAME"
Expand Down

0 comments on commit 5a4ec57

Please sign in to comment.