diff options
| author | ruki <[email protected]> | 2020-01-21 23:21:12 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-01-21 14:07:15 +0800 |
| commit | 3321cc86d2676241d32b9e13e59f28ca0810b4a2 (patch) | |
| tree | 76201a432f50dcef32240fe20f35369d5c2c733b /scripts | |
| parent | ab317d02fb8442204813b5b66457406498e48c1c (diff) | |
fix build-runfile
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/makeself/build-runfile.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/makeself/build-runfile.sh b/scripts/makeself/build-runfile.sh index 92bf2c359..afc7a1b3c 100755 --- a/scripts/makeself/build-runfile.sh +++ b/scripts/makeself/build-runfile.sh @@ -20,7 +20,6 @@ git submodule foreach git clean -dfX # copy files to tmpdir/xmake mkdir -p $tmpdir/xmake/scripts 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 |
