Skip to content

Commit

Permalink
switch to 32-bit 7-Zip-zstd for self-extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyd2019 committed Nov 30, 2021
1 parent ab50ebb commit 3f9620e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions create-sfx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
set -e

# Download and extract https://github.com/mcmilk/7-Zip-zstd
NAME="7z21.03-zstd-x64"
CHECKSUM="531b20dfb03d8f30f61ae56a181610bbb6f3cf7cc71dac1d8f95511289de76f3"
NAME="7z21.03-zstd-x32"
CHECKSUM="79382f65a6903726157b385ae5e2baae7c9ca39eb157f1d08040ee112e99d8f1"
DIR="$( cd "$( dirname "$0" )" && pwd )"
mkdir -p "$DIR/_cache"
BASE="$DIR/_cache/$NAME"
Expand Down

0 comments on commit 3f9620e

Please sign in to comment.