When I package my electron application, this error has come.
errorOut=ERROR: Cannot create symbolic link : A required privilege is not held by the client. : C:UsersHIRANAppDataLocalelectron-builderCachewinCodeSign104702627darwin10.12liblibcrypto.dylib
ERROR: Cannot create symbolic link : A required privilege is not held by the client. : C:UsersHIRANAppDataLocalelectron-builderCachewinCodeSign104702627darwin10.12liblibssl.dylib
I was changed the package.json file as this. but the error still comes.
“win”: {
“target”: “nsis”,
“asar”: false
},
Hiran Wasalaarachchi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.