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
Please can somebody help, I am new to this.?
The text was updated successfully, but these errors were encountered:
# get it by run `security find-identity -v -p codesigning` signID='Developer ID Installer xxx' sudo productbuild --component 'xxx.app' /Applications --sign "$signID" --product 'xxx.app/Contents/Info.plist' build.pkg echo "productbuild success" sudo productsign --sign "$signID" build.pkg success.pkg echo "productsign success"
Sorry, something went wrong.
Hi @LeaderBoy
I am trying your method, but face the signID problem, do you know how to avoid it or other workaround, thank you!
electron-userland/electron-builder#6523
Would this not work? https://github.com/electron/osx-sign?tab=readme-ov-file#electron-osx-flat
No branches or pull requests
Please can somebody help, I am new to this.?
The text was updated successfully, but these errors were encountered: