mlange-42 / tiny-world

A tiny, slow-paced world and colony building game.

Home Page:https://mlange-42.itch.io/tiny-world

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Itch.io macOS version missing executable flag

Ecostack opened this issue · comments

The tiny-world-macos-amd64 executable on itch.io does not have the executable flag.
A chmod u+x tiny-world-macos-amd64 should help here.

There is also an arm64 version, can that be uploaded too?

chmod stuff should be possible in the CI, right?

For the upload, yes, it was just this weird folder thing why I did not in the first place.

Maybe you can upload the new .app file I proposed in the PR.
You can see the files here: https://github.com/Ecostack/tiny-world/releases/tag/macOS-build

The thing is that the game developed a lot over the past days, and I want to release all that new stuff bundled, maybe accompanied by a devlog post. Probably within the next week or so.

To keep the downloadables in sync, I would suggest to either wait for the release, or to make a build from v0.1.0 (preferrably using a branch and letting the CI do the job) for upload.

Fixed in #181