Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

A note on distributing binaries: you should distribute the executable (.exe on Windows, .x86_64 on Linux) together with the .pck data pack, not as separate downloads.

As is the game can't be played via the itch.io installer as it will propose to download either the .x86_64 or the .pck on Linux. The same situation likely happens on Windows. You should zip them together and upload the zip instead.

Thanks for the tip.  I'll update that when I get the chance.