-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing build attributes for different environment #639
Comments
Currently it doesn't overwrite. If it will be fixed to overwrite — is it a solution? |
If it overwrites it is a solution thanks ! It will work with this : |
Thanks it's working like a charm… |
There is something I don't understand here. Specify the build configuration in the development So the icon file is in the development However the Inject properties to application So how can injecting properties in the application |
@ir-fuel Docs is a little bit outdated. Also, please note — since electron-builder 8 you don't need to use two-package.json structure anymore (#906 (comment)). |
Can I do the same with publish provider url? Could you give me an example please? |
This is more a question than an issue...
Let say I want to build my app for various environment and change for example based on environment :
Is this possible with electron-builder to change build attributes ? I thought that extraMetadata would overwrite build attributes but it's not the case with my testing...
If this is possible how would you do that ?
Thanks !
The text was updated successfully, but these errors were encountered: