summaryrefslogtreecommitdiff
path: root/scripts/archive-all
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/archive-all')
-rwxr-xr-xscripts/archive-all3
1 files changed, 2 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"