vue-electron / vuex-electron-example

21 stars 3 forks source link

How to make a production build? #5

Open comod opened 3 years ago

comod commented 3 years ago

I am a fan of your conecpt, but i miss a script-entry for building/pack a executable production build. How to do this?

comod commented 3 years ago

If i try: electron-builder --dir then i get an Error: Application entry file "index.js" in the "/.../dist/linux-unpacked/resources/app.asar" does not exist. Seems like a wrong configuration.