We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version: msix: 3.16.8
msix: 3.16.8
I am using the command:
When I inspect the created .msix, I can see that the AppxManifest.xml contains the wrong executable:
(...) <Applications> <Application Id="myapp" Executable="crashpad_handler.exe" EntryPoint="Windows.FullTrustApplication"> (...) <Extensions> <uap3:Extension Category="windows.appExecutionAlias" Executable="crashpad_handler.exe" EntryPoint="Windows.FullTrustApplication"> <uap3:AppExecutionAlias> <desktop:ExecutionAlias Alias="myappalias.exe" /> </uap3:AppExecutionAlias> </uap3:Extension> </Extensions> </Application> </Applications> (...)
The build directory contains the following executables:
The msix package chooses the wrong executable and as a result the installed app crashes on the start.
name: myapp description: My app. version: 1.0.0 environment: sdk: '>=3.2.0 <4.0.0' publish_to: none dependencies: (...) dev_dependencies: msix: ^3.16.8 (...) msix_config: display_name: My App publisher: CN=(...) publisher_display_name: HIG Studio identity_name: (...) logo_path: "../Graphics/AppIcon/icon.png" trim_logo: false capabilities: internetClient languages: en-us, de-de, nl-nl execution_alias: myappalias store: true build_windows: false
The text was updated successfully, but these errors were encountered:
fix YehudaKremer#287 and add override-executable option
90f05da
Successfully merging a pull request may close this issue.
ℹ️ Info
Version:
msix: 3.16.8
💬 Description
I am using the command:
When I inspect the created .msix, I can see that the AppxManifest.xml contains the wrong executable:
📜 AppxManifest.xml
The build directory contains the following executables:
The msix package chooses the wrong executable and as a result the installed app crashes on the start.
📜 Pubspec.yaml
The text was updated successfully, but these errors were encountered: