#Has anyone ever successfully signed for MacOS?

1 messages · Page 1 of 1 (latest)

cobalt imp
#

Also I am using the maker-dmg here is the config for that:

    {
      name: '@electron-forge/maker-dmg',
      // platforms: ["darwin"], // optional
      config: {
        name: `vitalpathbrowser-${process.argv[4]}`,
        background: './electron-app/assets/background.png',
        icon: './electron-app/assets/icon.icns',
        iconSize: 150,
        overwrite: true,
        additionalDMGOptions: {
          window: {
            size: {
              height: 380,
              width: 540,
            },
          },
        },
        contents: [
          {
            x: 162,
            y: 240,
            type: 'file',
            path: `${process.cwd()}/electron-app/out/vitalpathbrowser-darwin-${
              process.argv[4]
            }/vitalpathbrowser.app`,
          },
          {
            x: 380,
            y: 240,
            type: 'link',
            path: '/Applications',
          },
        ],
      },
    },
cobalt imp
#

Looks like notarization is now working but the stample command is failing, when I run it manually
stapler staple vitalpathbrowser-x64.dmg
i get
Could not find base64 encoded ticket in response for 2/80c909fb9fd35c613537974df68b2482f4429cb8
The staple and validate action failed! Error 65.