diff options
| author | ruki <[email protected]> | 2023-11-21 22:43:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-11-21 22:43:59 +0800 |
| commit | ed37d615b47d49362cf7771d6a3b483ba82adafd (patch) | |
| tree | cdb91b724324dcd2d03dc698b77df7991318710e /scripts/makeppa | |
| parent | da2eec07d95b9671613b965c0eab042681c68ed4 (diff) | |
remove archive-all
Diffstat (limited to 'scripts/makeppa')
| -rwxr-xr-x | scripts/makeppa | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/makeppa b/scripts/makeppa index e7dc02513..b3c5217a2 100755 --- a/scripts/makeppa +++ b/scripts/makeppa @@ -31,7 +31,9 @@ fi basename=xmake-$version+$patch$serie tarball=$workdir/$basename.tar.gz if [ ! -f $tarball ]; then - ./scripts/archive-all + cd core + xmake pack --autobuild=n --formats=src_zip,src_targz --basename=xmake -o ../artifacts + cd .. cp ./artifacts/xmake.tar.gz $tarball fi |
