You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.
This package does have a fixed list of properties that can be passed on nuxtron build (config file, platforms, archs). But first there are much more arguments electron-builder supports, and second I want to override single electron-builder configuration options for different scripts, without creating a full new electron-builder config.
Would it be possible to support something like -- -arg1 that will be passed to electron-builder?
The text was updated successfully, but these errors were encountered:
This package does have a fixed list of properties that can be passed on
nuxtron build
(config file, platforms, archs). But first there are much more arguments electron-builder supports, and second I want to override single electron-builder configuration options for different scripts, without creating a full new electron-builder config.Would it be possible to support something like
-- -arg1
that will be passed to electron-builder?The text was updated successfully, but these errors were encountered: