diff options
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 |
