App manifest build error

I’m trying to build with appmanifest but I have this error…

Upload your game.appmanifest in a zip there’s possibly a typo

I used https://britzl.github.io/manifestation/ for this. game-appmanifest.zip (555 Bytes)

I see same error with this file.

It might have something to do with the line tabs not being the same. Your file has then more flat while the generator gives them as indented. Did you mean to exclude the graphics too / are you making a headless server or something?

Try this one with line indents preserved
game.zip (604 Bytes)

Thanks! It works now. But what does headless do? I’m not sure what does it do. Right now, I’m just exploring things to reduce build size.

Headless means no graphics are drawn. You only get a console window. You probably don’t want this. You also don’t want to be disabling graphics unless you are for sure using a headless service.

2 Likes