Skip to content
Prev Previous commit
Next Next commit
Update makeutils7z
  • Loading branch information
YBronst committed Sep 22, 2025
commit faf7cf338b7e33b474c9b36d4da28e81bbc5fe0d
2 changes: 1 addition & 1 deletion CloverPackage/makeutils7z
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [[ "$SYSNAME" == Darwin ]]; then
curl -LO https://www.7-zip.org/a/7z2501-mac.tar.xz
tar -xf 7z2501-mac.tar.xz
xattr -d com.apple.quarantine 7zz 2>/dev/null || true
cp 7zz /usr/local/bin/7z
sudo cp 7zz /usr/local/bin/7z
chmod +x /usr/local/bin/7z
cd - >/dev/null || exit 1
rm -rf "$TMPDIR"
Expand Down