You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/09/22 06:18:07 UTC

[GitHub] [cordova-electron] erisu edited a comment on issue #209: [windows] Cannot extract publisher name from code signing certificate. As workaround, set win.publisherName.

erisu edited a comment on issue #209:
URL: https://github.com/apache/cordova-electron/issues/209#issuecomment-924618960


   Also, when setting the `publisherName`, in a Cordova project, it should be set like this:
   
   ```json
   {
     "electron": {
       "windows": {
         "publisherName": "ADD publisherName HERE",
         "package": [ "appx" ],
         "signing": {
           "release": {
             "certificateFile": "my-certificate.pfx"
           }
         }
       }
     }
   }
   ```
   
   You can confirm that it is being set when you view the file: `platforms/electron/build/builder-effective-config.yaml`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org