mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Notarize app for MacOS Catalina #468
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DevAsmob on GitHub (Mar 20, 2020).
Hello,
Notarize app for MacOS Catalina is planned ?
Like electron js
https://github.com/electron/electron-notarize
Thanks
@GregorBiswanger commented on GitHub (Apr 17, 2020):
I don't have a Mac device, sorry ;)
Maybe someone from the community might build something for this?!
@GregorBiswanger commented on GitHub (May 10, 2020):
You can use it yourself with our HostHook feature. See our API demo app at "Execute your own TypeScript code"
https://github.com/ElectronNET/electron.net-api-demos
@DevAsmob commented on GitHub (May 11, 2020):
The "Execute your own TypeScript code" in your API demo app allow to execute HostHook feature inside app already launched.
Notarize app for MacOS Catalina must be executed during build, like signing in your build process.

Are you sure i can use your HostHook feature to notarize app for mac osx ?
@kristianklok commented on GitHub (Mar 10, 2021):
For future reference, this helped us out a lot when facing the same issue:
https://david.dev/how-to-notarize-your-electron-app/