#Skipping app notarization

7 messages · Page 1 of 1 (latest)

stray frigate
#

Hi I couldn't find an issue on this, so I'm creating a new one. I have these variables described below in an .env file in the root of the project:

Warn [tauri_bundler::bundle::macos::app] skipping app notarization, no APPLE_ID & APPLE_PASSWORD & APPLE_TEAM_ID or APPLE_API_KEY & APPLE_API_ISSUER & APPLE_API_KEY_PATH environment variables found

I'm unsure as to what I've misunderstood.

I followed the documentation here:
https://v2.tauri.app/distribute/sign/macos/

Tauri

The cross-platform app building toolkit

vivid mortar
#

I don't think the tauri cli loads .env files, you'll probably need to do source .env && tauri build

stray frigate
#

Argh.

#

This does not change the warning, or the warning still persists, unfortunately. Are there any more in-depth examples of how this is typically setup?

vivid mortar
#

most are just github actions setups that look like this haha

stray frigate
#

Ah yeah, eventually I will be trying this. But I'm making an internal tool in my dev team and just need a proof of concept that they can install.

stray frigate
#

Yeah using direnv finally made it work