Skip to content

Commit

Permalink
Don't include test or git files in releases (fixes #268)
Browse files Browse the repository at this point in the history
  • Loading branch information
megastep committed Apr 15, 2022
1 parent 64674c7 commit e7eb0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

VER=`cat VERSION`
mkdir -p /tmp/makeself-$VER release
cp -pPR makeself* test README.md COPYING VERSION .gitmodules /tmp/makeself-$VER/
cp -pPR makeself* README.md COPYING VERSION /tmp/makeself-$VER/
./makeself.sh --notemp /tmp/makeself-$VER release/makeself-$VER.run "Makeself v$VER" echo "Makeself has extracted itself"

0 comments on commit e7eb0fd

Please sign in to comment.