mirror of
https://github.com/megastep/makeself.git
synced 2025-09-26 19:41:12 +08:00
Don't include test or git files in releases (fixes #268)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user