Skip to content

how to compile project with new plugin? #1007

Answered by Zo-Bro-23
cameronmgj asked this question in Q&A
Discussion options

You must be logged in to vote

You say you installed Node, Yarn, and Electron Builder, but all three have different functions and you need to install all three.

There is a build section in the readme for how to build the app, and the method is the same after adding plugins too. I'll repeat the steps here:

  • Clone the repo or download the ZIP file
  • Run yarn in the command line
  • Run yarn build:OS, where OS can be win, linux, or mac

Note that NodeJS and Yarn both need to be installed (and added to path) for this to work, but Electron Builder need not be installed since running yarn installs it automatically. Also, the repo only needs to be cloned once and same for the yarn command. Just run yarn build after making the neces…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@cameronmgj
Comment options

Answer selected by cameronmgj
Comment options

You must be logged in to vote
1 reply
@JellyBrick
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants