MSIX (for Windos App Store) can't find entry point
-
Hi,
I have developed an Qt application. I deployed it. So far I just compress (archiv/zip) the files to publish them. Now I want to publish it in the Windows application store. I downloaded the MSIX packing tool, but it can't find the entry point. I also tried to skip that part and add the application entry in the manifest xml file like it is written in the MSIX documentation, but I always get a warning that my manifest file is wrong. Sadly without saying what exactly is wrong. I also started MSIX as an admin and I also done a setup file with the Qt installer framework; but also that to "tricks" doesn't help. It always can't find the entry point.
What might I have done wrong?
Thank you!