I am using windows and the zip command in the getting started tutorial doesn’t work. I have tried to zip the folder and change the extension to .craftx but when I do so and install the extension it says missing manifest file which I know it is not.
Hi, the .craftx
file needs to contain the index.html
, manifest.json
and icon.png
directly. In the project templates - assuming the rest of the build went fine - you need to zip the contents of the dist
folder (maybe you zipped the folder, not the contents?)
1 Like
That was it. I was zipping the folder. I just opened the folder, selected them and zipped from there. I wasn’t aware there was a difference between the two so thank you for that!