electron-userland / electron-wix-msi

:dvd: Create traditional MSI installers for your Electron app
MIT License
319 stars 93 forks source link

Adding an easy way to insert Licence #109

Open flavienbwk opened 3 years ago

flavienbwk commented 3 years ago

Hi,

It is a bit overkill having to use a template for adding a license as wonderfully explained here : https://github.com/felixrieseberg/electron-wix-msi/issues/35#issuecomment-482601443

Could you consider adding a msiCreator.license property that takes a path to the .rtf file as a parameter ?

Thanks,