Duc Ha

Results 3 comments of Duc Ha

Faced the same issue. I have to manually build the pkg file using `pkgbuild` command to have my postinstall script working

Sure, after running `electron-forge make` with `MakerPKG` (or dmg), you'll get a folder containing the `.app` file, for example `desktop-example-darwin-arm64/DesktopExample.app`. Running `sudo pkgbuild --root desktop-example-darwin-arm64 --install-location /Applications --scripts /path/to/your/Scripts testapp.pkg`...

@arjunByldd01 Which notary tool did you use? Try this one: `xcrun notarytool submit --apple-id --password --team-id --wait` Can't really help you beyond this point, since everytime I submit my app...