Answer the question
In order to leave comments, you need to log in
How to build a project on electron?
Let's say I have an abstract project on electron, as an example, I can take it from the official site electron-quick-start , I want to build it in electron-quick-start.app or in electron-quick-start.exe,
how can I do this? maybe the question is stupid, I just missed something and didn’t understand, but I looked at the documentation and didn’t understand how to do it, I looked at the examples and found only one relevant one and it uses yarn and it’s really not clear how it works
Answer the question
In order to leave comments, you need to log in
I did it via electron-packager . True, at the end it turns out a folder and not an exe, but there I already think it is necessary to do something differently further.
need to install electron-builder
npm install electron-builder -g
If you need a portable exe on windows, then enigmaprotector.com/ru/aboutvb.html
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question