samuelmeuli / action-electron-builder

:electron: GitHub Action for building and releasing Electron apps
MIT License
658 stars 201 forks source link

Add `skip_build` and `use_vue_cli` options #19

Closed rathboma closed 4 years ago

rathboma commented 4 years ago

The Vue Cli has a plugin for running electron-builder. The difference is that you invoke electron-builder VIA the vue-cli interface.

This adds a simple override which toggles this behavior.

Also included:

I'm testing this new configuration on my open source app (which is built with vue-cli)

rathboma commented 4 years ago

@samuelmeuli I think I've taken care of all your feedback items. Let me know what you think

rathboma commented 4 years ago

Tests work too yay.

rathboma commented 4 years ago

@samuelmeuli I've updated with comments + removed the broken package.json code

samuelmeuli commented 4 years ago

Thanks a lot, @rathboma! :)