When passing in an updated exe value in MakerWixConfig, only the stub exe is uses this
Related code:
|
// inject a stub executable into he root directory since the actual |
|
// exe has been placed in a versioned sub-folder. |
|
specialFiles.push({ name: `${this.exe}.exe`, path: stubExe}); |