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
Why iconUrl, all electron-packager options should be specified in app package.json, but electron-builder specific options (extraResources) and windows-installer/appdmg options in the dev?
My proposal: use only build in the dev package.json. Also, it is important, because app paths should be relative to project dir (and in case of dev package.json it is clear and expected).
We can do this breaking change as part of 3.0 release (and remove deprecated <2.8 API).
The text was updated successfully, but these errors were encountered:
It is a source of confusion.
Why
iconUrl
, all electron-packager options should be specified in app package.json, but electron-builder specific options (extraResources
) and windows-installer/appdmg options in the dev?My proposal: use only
build
in the dev package.json. Also, it is important, because app paths should be relative to project dir (and in case of dev package.json it is clear and expected).We can do this breaking change as part of 3.0 release (and remove deprecated <2.8 API).
The text was updated successfully, but these errors were encountered: