I try to install electron offline, i.e., without github and internet access. I have JFrog Artifactory for the electron package, but the installation requires also binary data.
So I downloaded the zip file with the binary data and put it in the offline computer.
The zip file: electron-v12.0.0-win32-x64.zip
I follow the instructions in:
https://www.electronjs.org/docs/tutorial/installation
But it's very unclear!
I don't have any site to mirror the zip, is there any other way to mirror from the computer and not from some sites?
The second option is to put the zip in Cache file, but it requires a hash file. How do I generate it?