Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kylenakano opened this issue Feb 16, 2024 · 0 comments
Open

Comments

@kylenakano
Copy link

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});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant