YehudaKremer / msix

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

Can not run generated app on local machine #191

Closed richard457 closed 1 year ago

richard457 commented 1 year ago

Version: 3.11.0

:speech_balloon: Description

settingstore: false and run flutter pub run msix:create the generated file can not be installed on a local machine Eventhough I have accepted to install local certificate on windows

dbrdz commented 1 year ago

I had the same problem, but I found a comment in a different issue that pointed me to this link:

https://www.advancedinstaller.com/install-test-certificate-from-msix.html

after following these steps I was able to install the app with the generated installer.

richard457 commented 1 year ago

Thank you very much, it worked, be blessed.