Skip to content

Commit

Permalink
Merge pull request #13 from aerocyber/dev
Browse files Browse the repository at this point in the history
Add script to generate distributable source tarball file.
  • Loading branch information
aerocyber committed Jun 30, 2023
2 parents 96b834f + 625dd68 commit f448c90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions make_source_tar_gz.sh
@@ -0,0 +1,5 @@
export VERSION="1.2.0"
export SRC_DIR="sitemarker-$VERSION"
cp ./data ./docs ./po ./src ./io.github.aerocyber.sitemarker.json ./README.md ./$SRC_DIR

tar --create --file $SRC_DIR.tar.gz $SRC_DIR

0 comments on commit f448c90

Please sign in to comment.