electron-builder-notarize
electron-builder-notarize copied to clipboard
Notarize Electron applications using electron-builder
This problem only shows up if I use GitHub Actions I have now checked the build according to the instructions from this repository - everything works Maybe the problem is...
I want to add `appid` and `appidpwd` to my private repo by `.env` file. ```ini # .env [email protected] APPLE_ID_PASSWORD=xxxx-xxxx-xxxx-xxxx ``` So it can be shared between my devices. But it...
Packages used: ``` "electron-builder": "^22.9.1", "electron-builder-notarize": "^1.2.0", ``` Tested OS'es: macOS 10.13.6 - fine, no issues macOS 10.15.6 - fine, no issues macOS 10.15.7 - warning of: ``` "app" can't...
Running `yarn check` returns 1 error: `error "electron-builder-notarize#electron-builder@>= 20.44.4" doesn't satisfy found match of "[email protected]"` It works for newer versions than v20.44.4, so it only doesn't work for alpha releases.
Migrate from electron-notarize to @electron/notarize
My org has been using `electron-builder-notarize` for some time to do our notarization (thanks for the tool!) Apple recently emailed my org their notice about `altool` being deprecated for notarization...
Building packages works, but I get a "notarytool not found, trying legacy." Notarytool is available: xcrun --find notarytool /Applications/Xcode.app/Contents/Developer/usr/bin/notarytool I call build via API_KEY_ID="xxxx" API_KEY_ISSUER_ID="xxxxxx" npm run dist And package.json...
When following this project's readme on setting the environment variables, electron-builder would throwing the following error, and the whole build fails. ``` Env vars APPLE_API_KEY, APPLE_API_KEY_ID and APPLE_API_ISSUER need to...
fix bug "Env vars APPLE_API_KEY, APPLE_API_KEY_ID and APPLE_API_ISSUER need to be set"