That's intentional, to allow the player to take in the ruined state of the world.
Expenses
9
Posts
1
Topics
6
Followers
1
Following
A member registered Oct 13, 2017 · View creator page →
Creator of
Recent community posts
itch.io Community » itch.io » Ideas & Feedback · Posted in Itch.io serves single linux executables that aren't actually executable
itch.io Community » itch.io » Ideas & Feedback · Posted in Itch.io serves single linux executables that aren't actually executable
itch.io Community » itch.io » Ideas & Feedback · Created a new topic Itch.io serves single linux executables that aren't actually executable
I have a game project (https://expenses.itch.io/cheese) where everything is packaged into the single executable for linux and windows. On OSX I use a .app bundle, but that's only because I want it to have an icon. As mentioned on https://itch.io/docs/butler/single-files.html, the way butler handles single files is to zip, upload then unzip on the other end. As a single linux binary is served, it isn't actually executable and you need to run `chmod +x` first to run it. I'd really rather the file stay zipped, because that way the executable permission is kept.