0

I have developed cross browser extension and i want to deploy it on Microsoft store so refer

https://learn.microsoft.com/en-us/microsoft-edge/extensions/getting-started#Publishing

when i generate Appx file of my extension using

MakeAppx pack /d E:/extension/CAPPMRoadmapPrint/edgeextension/manifest/Extension /p E:/claity.appx 

command but it generates 0 kb file namely clarity.appx.

directory structure of my extension

enter image description here

i didn't understand why it generates 0 kb file or any other way to generate my extension's appx file.

wOxxOm
  • 65,848
  • 11
  • 132
  • 136
  • Paths in Windows are usually written with \ not / so maybe that's why. Otherwise make sure you've followed the [tutorial](https://github.com/MicrosoftDocs/edge-developer/blob/master/microsoft-edge/extensions/guides/packaging/creating-and-testing-extension-packages.md) properly. – wOxxOm Jan 07 '19 at 06:55
  • i tried both / and \ none of them is working for me – Rahul Dudharejiya Jan 07 '19 at 07:58
  • i followed the exac tutorial you gave but still it generates 0 kb appx file. @wOxxOm – Rahul Dudharejiya Jan 08 '19 at 05:24
  • I can see that you are developing cross browser extension. So did you made the necessary changes for MS Edge in your manifest and other files? – Deepak-MSFT Jan 08 '19 at 09:09
  • yes i made that i can show you if you to show my manifist json file – Rahul Dudharejiya Jan 08 '19 at 09:20

0 Answers0