summaryrefslogtreecommitdiff
path: root/scripts/makeself
diff options
context:
space:
mode:
authorOpportunityLiu <[email protected]>2020-01-21 21:16:01 +0800
committerOpportunityLiu <[email protected]>2020-01-21 21:17:04 +0800
commitb3b337d70b5463ad9c2e9696539d7cdf5c91697d (patch)
tree20155a58e3b3351627ef2b45e6f396cf9f09874d /scripts/makeself
parent192d6debac6c6c5498c31af2461e1902d4e16b81 (diff)
pack register-completions.sh
Diffstat (limited to 'scripts/makeself')
-rwxr-xr-xscripts/makeself/build-runfile.sh2
1 files changed, 1 insertions, 1 deletions
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