saltyshiomix / nuxtron

⚡ Nuxt.js + Electron ⚡

Home Page:https://npm.im/nuxtron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ability to pass arguments to electron-builder

mook-as opened this issue · comments

Hello!

Would the ability to pass command line arguments to the underlying binaries (nuxt and electron-builder) make sense? Currently, I'm trying to run builds in GitHub Actions, and by default electron-builder will attempt to publish things. The official upstream recommendation seems to be to run electron-builder --publish=never, but currently it does not appear to be possible to do so.