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
I have multiple license files as license_en.html and license_de.html i.e.
but it doesn't matter in which folder I put them, the installer setup.exe will never show them.
If i put the license prop directly to one license file location as ie. license: license_en.html
it works.
I do understand that the issue is closed more than a year ago, but still.
According to app-builder-lib package source code, the license files could be placed in root on build resources (https://www.electron.build/nsis#license), meaning if you put the license files (license_de.txt, license_en.txt etc) to the root and run electron-builder to make nsis installer, the files should be handled accordingly.
To check it, after the installer script review the builder-debug.yml file. There should be something like:
I have multiple license files as
license_en.html
andlicense_de.html
i.e.but it doesn't matter in which folder I put them, the installer
setup.exe
will never show them.If i put the
license
prop directly to one license file location as ie.license: license_en.html
it works.
So I assume, that this feature does not work as described in the electron-builder docs under
https://www.electron.build/configuration/nsis
The text was updated successfully, but these errors were encountered: