I am creating package for my WinUI3 application. During the packaging process, it appears to be overwriting the original executable file.
As the original executable file is signed. And new one is not.
Can someone help me understand why this is happening and how I can prevent the original executable from being overwritten during the MSIX packaging process? Any suggestions would be greatly appreciated.
Thank you.