Skip to content

Version 4.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Mar 21:43
· 96 commits to master since this release

Release Notes

This release changes the notarization process to be more useful on non-Apple platforms.

Specifically, renotize will now:

  1. Sign and notarize the .app bundle on all platforms, replacing the original ZIP file with its notarized version.
  2. On macOS, it will additionally sign and notarize a DMG image.

Install renkit 4.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/kobaltcore/renkit/releases/download/v4.1.0/renkit-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/kobaltcore/renkit/releases/download/v4.1.0/renkit-installer.ps1 | iex

Install prebuilt binaries via Homebrew

brew install kobaltcore/homebrew-renkit/renkit

Download renkit 4.1.0

File Platform Checksum
renkit-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
renkit-x86_64-apple-darwin.tar.xz Intel macOS checksum
renkit-x86_64-pc-windows-msvc.zip x64 Windows checksum
renkit-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
renkit-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum