Answer the question
In order to leave comments, you need to log in
How to properly build an application on Electron?
I wrote a site on the electron and I need to pack it as a program so that it cannot be unpacked and it starts normally for everyone, there are such commands in package.json:
"scripts": {
"start": "electron .",
"build": "electron-packager . myApp --platform=win32 --arch=x64 --out=build",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"lint": "electron src --color"
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question