Skip to content

How to build a nsis app(Windows installer) #345

Answered by cawa-93
Xwudao asked this question in Q&A
Discussion options

You must be logged in to vote

In compile script used --dir perameter to build unpacked app and --config.asar=false" to disable asar arhiving.

"compile": "electron-builder build --config electron-builder.config.js --dir --config.asar=false",

This is done intentionally to increase the speed of compiling on the local machine. I assume that compiling on a local machine is needed only for debugging.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Xwudao
Comment options

@cawa-93
Comment options

@Xwudao
Comment options

Answer selected by cawa-93
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants