-
Notifications
You must be signed in to change notification settings - Fork 72
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
[BUG] Cannot find publisher when signtool_options is set but doesn't contains any certificate signing options #196
Comments
Hello Use the latest msix version and remove the |
If latest version is v3.12.2, that's what I did. |
Okay sorry, Keep using v3.12.2, remove the |
I did first try without publisher with v3.12.2. |
I found the issue. Please add Line 25 in 0c73486
|
I will check it Thank you for this 👍 |
Thanks for your support |
ℹ️ Info
Version:
v3.12.2
Flutter (Channel stable, 3.10.0, on Microsoft Windows [Version 10.0.19045.2965], locale en-CH)
💬 Description
I was building and signing my software fine with msix with version 3.6.3.
I had to upgrade with flutter 3 and cross dependencies. After upgrading, I had an error regarding missing "publisher":
I didn't see anything related to this in the changelog. Still, after adding the publisher, I get the following error:
I'm using
dart run msix:create --certificate-path <path> --certificate-password <password>
. My guess here is there is an issue with this option and the certificate is not used. Therefore it was asking for the publisher as it could not get it from the certificate.Can you confirm the certificate-path option works as expected?
Please note that the "publisher" does not exactly match the certificate subject name as one of the attribute is not accepted (ST).
📜 Pubspec.yaml
The text was updated successfully, but these errors were encountered: