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

fix #287 and add override-executable option #288

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hig-dev
Copy link

@hig-dev hig-dev commented Dec 17, 2024

This PR fixes #287 and adds an option to specify the executable, so that users have the ability to manually set the executable name, enabling them to mitigate future issues with the automatic selection of the executable file name.

Comment on lines +17 to +20
static final List<String> _blacklistedExecutables = [
'PSFLauncher64.exe',
'crashpad_handler.exe'
];

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just in case we run into this issue again after another package added another EXE. Can we use $appName.exe like this commit

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is already implemented. See overrideExecutableFileName

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

Successfully merging this pull request may close these issues.

[BUG] Wrong executable "crashpad_handler.exe" in generated AppxManifest.xml
2 participants