bennymeg / nx-electron

Electron schematics for nrwl nx platform
Apache License 2.0
328 stars 85 forks source link

How to change the installation wording #299

Closed KaraboMolemane closed 2 months ago

KaraboMolemane commented 3 months ago

Describe the bug When the user launches the executable, the app does a quick installation with the wording "Installing, please wait ...". Is it possible to modify this wording?

To Reproduce Steps to reproduce the behavior:

  1. Run <app-name>-electron:make
  2. launch the produced executable
  3. The installation message will come up

Expected behavior We would like to be able to modify the wording

Screenshots image

Desktop (please complete the following information):

Additional context The electron app that we are working with mainly installs apps, so the feedback is the wording might be a little confusing. We would like to modify it to something like "Getting things ready, please wait ..."

bennymeg commented 2 months ago

I don't think it is possible. If it is, the configuration will be described in electron-builder documentation and will be apply to our configuration.