Reputation: 1
I have React Project Web Application, wrapping with Electron to build as Desktop Application. I am trying to code signing & notarizing with following documentation https://www.electron.build/code-signing.
I am using environment variables to notarizing application
APPLE_ID=XXX
APPLE_APP_SPECIFIC_PASSWORD=XXXXX
APPLE_TEAM_ID=XXXXX
But, I got stuck... with no response,
this is my last DEBUG from Electron Builder.
selecting signing options file=dist/mac-arm64/Pina Trade Desktop.app/Contents/Resources/icon.icns entitlements=/Users/aldi/Documents/GitHub/app-pinatrade-web/node_modules/app-builder-lib/templates/entitlements.mac.plist hardenedRuntime=true timestamp=undefined requirements=undefined additionalArguments=[]
selecting signing options file=dist/mac-arm64/Pina Trade Desktop.app entitlements=/Users/aldi/Documents/GitHub/app-pinatrade-web/public/entitlements.mac.plist hardenedRuntime=true timestamp=undefined requirements=undefined additionalArguments=[]
What's the solution?
Upvotes: 0
Views: 29