YehudaKremer / msix

Create Msix installer for flutter windows-build files.
https://pub.dev/packages/msix
MIT License
273 stars 64 forks source link

[BUG] #257

Open kiaxseventh opened 6 months ago

kiaxseventh commented 6 months ago

:information_source: Info

Version: ^3.16.7

:speech_balloon: Description

Hello, I have created a PFX file using the instructions provided at the following link:

[Building Windows apps with Flutter]

However, when building the MSIX file, I encounter the following error after being prompted and confirem for the relevant certificate_path again


 dart run msix:create
running "flutter build windows"...     52.9s
building msix files...                 31.5s
SignTool Error: An unexpected internal error has occurred.

#0      ProcessResultExtensions.exitOnError (package:msix/src/method_extensions.dart:61:7)
#1      SignTool.sign (package:msix/src/sign_tool.dart:247:9)
<asynchronous suspension>
#2      Msix._packMsixFiles (package:msix/msix.dart:149:7)
<asynchronous suspension>
#3      Msix._createMsix (package:msix/msix.dart:103:5)
<asynchronous suspension>
#4      Msix.create (package:msix/msix.dart:59:5)
<asynchronous suspension>
#5      main (file:///C:/Users/myuser/AppData/Local/Pub/Cache/hosted/pub.dev/msix-3.16.7/bin/create.dart:4:3)
<asynchronous suspension>`
Ksardias commented 5 months ago

@kiaxseventh I had this same issue, I change the values i write after this comand openssl req -new -key mykeyname.key -out mycsrname.csr