diff options
| author | OpportunityLiu <[email protected]> | 2020-01-21 21:16:01 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2020-01-21 21:17:04 +0800 |
| commit | b3b337d70b5463ad9c2e9696539d7cdf5c91697d (patch) | |
| tree | 20155a58e3b3351627ef2b45e6f396cf9f09874d /scripts | |
| parent | 192d6debac6c6c5498c31af2461e1902d4e16b81 (diff) | |
pack register-completions.sh
Diffstat (limited to 'scripts')
| -rw-r--r--[-rwxr-xr-x] | scripts/archive-all (renamed from scripts/archive-all.sh) | 4 | ||||
| -rwxr-xr-x | scripts/makeself/build-runfile.sh | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/archive-all.sh b/scripts/archive-all index 5026ae4e8..bd9be43a7 100755..100644 --- a/scripts/archive-all.sh +++ b/scripts/archive-all @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# ./scripts/archive-all.sh +# ./scripts/archive-all tmpdir=/tmp/.xmake_archive xmakeroot=`pwd` if [ -d $tmpdir ]; then @@ -21,7 +21,7 @@ cd $tmpdir/repo || exit xmake l -v private.utils.bcsave --rootname='@programdir' -x 'scripts/**|templates/**' xmake || exit cp -r ./core $tmpdir/xmake cp -r ./xmake $tmpdir/xmake/xmake -cp ./scripts/get.sh $tmpdir/xmake/scripts +cp ./scripts/*.sh $tmpdir/xmake/scripts cp ./*.md $tmpdir/xmake cp makefile $tmpdir/xmake cp install $tmpdir/xmake diff --git a/scripts/makeself/build-runfile.sh b/scripts/makeself/build-runfile.sh index 92bf2c359..74fbdad79 100755 --- a/scripts/makeself/build-runfile.sh +++ b/scripts/makeself/build-runfile.sh @@ -23,7 +23,7 @@ cd $tmpdir/repo || exit xmake l -v private.utils.bcsave --rootname='@programdir' -x 'scripts/**|templates/**' xmake || exit cp -r ./xmake $tmpdir/xmake/xmake cp -r ./core $tmpdir/xmake -cp ./scripts/get.sh $tmpdir/xmake/scripts +cp ./scripts/*.sh $tmpdir/xmake/scripts cp ./*.md $tmpdir/xmake cp makefile $tmpdir/xmake cd $tmpdir/xmake || exit |
