electron-userland / electron-wix-msi

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

Updating exe MakerWixConfig doesn't change exe in versioned sub-folder #176

Open kylenakano opened 9 months ago

kylenakano commented 9 months ago

When passing in an updated exe value in MakerWixConfig, only the stub exe is uses this

Related code: https://github.com/electron-userland/electron-wix-msi/blob/2339d98a765417e7236dbf72340ff1b3e0ade87e/src/creator.ts#L687-L689