diff options
| author | ruki <[email protected]> | 2022-11-30 18:30:14 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-30 18:30:14 +0800 |
| commit | df25bc8dfac8cbf690f6dff8dd263421a7ca795a (patch) | |
| tree | b1a688d708662d8457fe74f9f139aa5cb1a0d33a /scripts | |
| parent | 507e94c59db165404cbe1c6151d1884219ad1771 (diff) | |
| parent | 0a5c1c7ef8491e96ad11ffbcb8d3dac9c44ec1f2 (diff) | |
Merge pull request #3119 from xmake-io/luajit2
remove autogen files
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/archive-all | 3 | ||||
| -rwxr-xr-x | scripts/makeself/build-runfile.sh | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/scripts/archive-all b/scripts/archive-all index 161e8042f..d61788fc7 100755 --- a/scripts/archive-all +++ b/scripts/archive-all @@ -12,7 +12,7 @@ if [ -d $tmpdir ]; then fi mkdir $tmpdir -# clone xmake repo +# clone xmake repo cp -r $xmakeroot $tmpdir/repo cd $tmpdir/repo git reset --hard HEAD @@ -31,6 +31,7 @@ cp ./*.md $tmpdir/xmake cp makefile $tmpdir/xmake cd $tmpdir/xmake || exit rm -rf ./core/src/tbox/tbox/src/demo +rm -rf ./core/src/luajit # archive files outputfile=$artifactsdir/"xmake" diff --git a/scripts/makeself/build-runfile.sh b/scripts/makeself/build-runfile.sh index 80ab7a18f..84bb1cad7 100755 --- a/scripts/makeself/build-runfile.sh +++ b/scripts/makeself/build-runfile.sh @@ -33,6 +33,7 @@ cd $tmpdir/xmake || exit rm -rf ./core/src/tbox/tbox/src/demo rm -rf ./core/src/tbox/tbox/src/tbox/platform/windows rm -rf ./core/src/pdcurses +rm -rf ./core/src/luajit # prepare info texts cd $tmpdir |
