We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi thank you for building this tool,
Just needed help for this log not sure if it might just be a logging issue.
The run is here: https://github.com/teaxyz/gui/actions/runs/5593877701/jobs/10228077743
the notarization code is in the electron-builder config:
await notarize({ tool: "notarytool", appBundleId, appPath, appleId: process.env.APPLE_ID, appleIdPassword: process.env.APPLE_APP_SPECIFIC_PASSWORD, teamId: process.env.APPLE_TEAM_ID });
The text was updated successfully, but these errors were encountered:
Hello. I think if you give up the multi-architecture build in your "electron-builder.config.cjs" the notarytool mode will be correctly applied.
mac: { icon: "./electron/icon.icns", target: { target: process.env.MAC_BUILD_TARGET || "default", - arch: ["x64", "arm64"] + arch: ["arm64"] }, minimumSystemVersion: "11" },
See #150 for more details.
Sorry, something went wrong.
Closing as duplicate of #150, seems like a bug in builder
No branches or pull requests
Hi thank you for building this tool,
Just needed help for this log not sure if it might just be a logging issue.

The run is here: https://github.com/teaxyz/gui/actions/runs/5593877701/jobs/10228077743
the notarization code is in the electron-builder config:
The text was updated successfully, but these errors were encountered: