Version 4.3.0
Release Notes
This release adds support for Keystore aliases and passwords when building Android application bundles. They may be specified in the renconstruct
config file or via environment variables (for use inside CI environments).
Build selection in renconstruct
has been fixed: In some cases renconstruct
would go on to build other packages even if only Android packages were enabled.
renutil
will now print the exit code if Ren'Py fails to launch.
Install renkit 4.3.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/kobaltcore/renkit/releases/download/v4.3.0/renkit-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/kobaltcore/renkit/releases/download/v4.3.0/renkit-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install kobaltcore/homebrew-renkit/renkit
Download renkit 4.3.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 |