diff options
| author | ruki <[email protected]> | 2023-07-21 22:37:02 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-07-21 22:37:02 +0800 |
| commit | 56bc58325b10e39b8278e81e1852997334716efb (patch) | |
| tree | 122612dae17dcef0f489de62acdba4e160b14a97 /scripts | |
| parent | cb6ac8efc7aecc0bf24d8a1844d0c76233cb84ea (diff) | |
fix tar for msys
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/archive-all | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
