diff options
| author | ruki <[email protected]> | 2020-02-27 23:59:57 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-02-27 17:59:43 +0800 |
| commit | 6410eefb86c5270e445d19fa92f26bcdace8f8cb (patch) | |
| tree | 663c205a8bb4ee3c4b1b082ffc2887b8b16becf1 /scripts | |
| parent | 8516f21d34672ef38f30890c1da41846a7f3a4e8 (diff) | |
fix archive
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/archive-all | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/archive-all b/scripts/archive-all index 3576de865..b888afffc 100755 --- a/scripts/archive-all +++ b/scripts/archive-all @@ -18,7 +18,6 @@ git submodule foreach git clean -dfX # copy files to tmpdir/xmake mkdir -p $tmpdir/xmake/scripts cd $tmpdir/repo || exit -xmake l -v private.utils.bcsave --rootname='@programdir' -x 'scripts/**|templates/**' xmake || exit cp -r ./core $tmpdir/xmake cp -r ./xmake $tmpdir/xmake/xmake cp ./scripts/*.sh $tmpdir/xmake/scripts |
