From 56bc58325b10e39b8278e81e1852997334716efb Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 21 Jul 2023 22:37:02 +0800 Subject: fix tar for msys --- scripts/archive-all | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/archive-all b/scripts/archive-all index f15651ce3..9770664b8 100755 --- a/scripts/archive-all +++ b/scripts/archive-all @@ -30,6 +30,7 @@ cp -r ./xmake $topdir/xmake cp ./scripts/*.sh $topdir/scripts cp -r ./scripts/man $topdir/scripts cp -r ./scripts/debian $topdir/scripts +cp -r ./scripts/msys $topdir/scripts cp ./*.md $topdir cp configure $topdir rm -rf $topdir/core/src/tbox/tbox/src/demo -- cgit v1.3.1