Skip to content

Commit

Permalink
feat: Package the main README
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyo committed Jun 3, 2019
1 parent 7a2c73c commit 842571e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
OUT_DIR="$SCRIPT_DIR/out"
rm -rf "$OUT_DIR"
mkdir $OUT_DIR
cp README.package.md "$OUT_DIR/README.md"

### Sentrypad
SENTRYPAD_REMOTE="https://github.com/getsentry/sentrypad/"
Expand All @@ -23,7 +22,7 @@ else
fi

SENTRYPAD_OUT_DIR="$OUT_DIR"
SENTRYPAD_SRC=("example.c" "include" "src" "premake")
SENTRYPAD_SRC=("example.c" "include" "src" "premake" "README.md")

mkdir -p $SENTRYPAD_OUT_DIR

Expand Down

0 comments on commit 842571e

Please sign in to comment.