diff options
| author | ruki <[email protected]> | 2022-11-30 23:51:49 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-11-30 23:51:49 +0800 |
| commit | d91572bb30918b83e85ced60272dedd92bc44322 (patch) | |
| tree | 09c98b368241057cc980fafe46f874f429e8d30a /scripts | |
| parent | 5076f7ccb4f06e28d64bc22e2fbed34098a63689 (diff) | |
remove autogen files
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/archive-all | 1 | ||||
| -rwxr-xr-x | scripts/makeself/build-runfile.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/scripts/archive-all b/scripts/archive-all index beba33702..d61788fc7 100755 --- a/scripts/archive-all +++ b/scripts/archive-all @@ -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 |
