new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Tauri · all subjects

code signing & notarization

6 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

CI flag for signer generate command

Tauri 1.3 added --ci flag and respects the CI environment variable on the signer generate command. When used, the default password will be an empty string and the CLI will not prompt for a value.

TAURI_KEY_PASSWORD environment variable handling

Tauri 1.3 skips the password prompt on the build command when TAURI_KEY_PASSWORD environment variable is empty and the --ci argument is provided or the CI environment variable is set.

Notarytool migration requirement deadline

Apple's notarytool was introduced at WWDC 2021 as a new tool for interacting with the Apple notary service. The deprecated altool tool stopped working for notarization on 2023-11-01. Tauri 1.5 migrated from altool to notarytool, and users must upgrade their Tauri CLI to 1.5 before the altool deprecation deadline.

APPLE_API_KEY_PATH environment variable for notarytool

When using API keys for authentication with the Apple notary service via notarytool, the tool no longer automatically searches for the API key `.p8` file. Users should define the path to the key file via the `APPLE_API_KEY_PATH` environment variable. For backward compatibility, Tauri performs the same lookup done by altool if the environment variable is not set.

APPLE_TEAM_ID environment variable support

Tauri 1.5 added support for the `APPLE_TEAM_ID` environment variable to properly define the team ID associated with an Apple account in case the user belongs to multiple teams.

Tauri 1.5 executable code signing

Starting with Tauri 1.5, the bundler signs all executables including sidecars, app executables, and NSIS uninstaller. macOS frameworks are also code signed.

Give your agent this brain