gokatz
5/25/2017 - 5:59 AM

electron-forge-config.js

"electronPackagerConfig": { 
  "osxSign": {
    "identity": "Developer ID Application: <company name> (<identity>)" // here goes your original certificate. Carefully copy the entire certificate name
  },
  "electronReleaseServer": {
    "baseUrl": "https://localhost",
    "username": "uname",
    "password": "pass"
  }
}