From 5dbd4ecab8f22d5b2b3f9eeb3f6d91fed94665a8 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 24 Aug 2019 09:04:39 +0800 Subject: update scripts --- scripts/archive-all.sh | 6 ++++++ scripts/makeself/build-runfile.sh | 9 --------- 2 files changed, 6 insertions(+), 9 deletions(-) (limited to 'scripts') diff --git a/scripts/archive-all.sh b/scripts/archive-all.sh index fc8bbc1b5..aa320b6a6 100755 --- a/scripts/archive-all.sh +++ b/scripts/archive-all.sh @@ -36,9 +36,15 @@ fi if [ -f "$outputfile.7z" ]; then rm "$outputfile.7z" fi +if [ -f "$outputfile.tar.gz" ]; then + rm "$outputfile.tar.gz" +fi zip -qr "$outputfile.zip" . 7z a "$outputfile.7z" . +tar -czf "$outputfile.tar.gz" . shasum -a 256 "$outputfile.zip" shasum -a 256 "$outputfile.7z" +shasum -a 256 "$outputfile.tar.gz" ls -l "$outputfile.zip" ls -l "$outputfile.7z" +ls -l "$outputfile.tar.gz" diff --git a/scripts/makeself/build-runfile.sh b/scripts/makeself/build-runfile.sh index a34fba938..85377dd82 100755 --- a/scripts/makeself/build-runfile.sh +++ b/scripts/makeself/build-runfile.sh @@ -51,15 +51,6 @@ sh ./makeself-2.4.0.run $buildroot/xmake.gz.run \ xmake-v$version-runfile \ ./scripts/get.sh __local__ -./makeself-2.4.0/makeself.sh \ - --bzip2 \ - --sha256 \ - --lsm ./lsm \ - --help-header ./header \ - ./xmake \ - $buildroot/xmake.bz2.run \ - xmake-v$version-runfile \ - ./scripts/get.sh __local__ ./makeself-2.4.0/makeself.sh \ --xz \ --sha256 \ -- cgit v1.3.1