itch.io's build tools make update differences visible
Frequent game updates create a distribution problem as well as a production task: developers need to know what changed and which build they are sending to players.
Frequent game updates create a distribution problem as well as a production task: developers need to know what changed and which build they are sending to players.
itch.io's butler tool sends builds to named project channels. Its first upload sends the whole build; later uploads to that channel send differences. Players updating through the itch app can likewise receive patches.
A May 18 update brought this workflow into the itch app's graphical interface. Developers can choose a project and channel, supply a folder or ZIP and preview file changes before uploading. The Builds page shows processing status and version information.
This is an existing capability, not a newly announced September release. It gives smaller teams a way to inspect a build delivery without requiring every contributor to use a terminal.
A useful operating habit is to give channels clear purposes and review unexpectedly large changes before pushing. A patching tool can move files efficiently; it cannot determine whether the right content is in the build.
- itch.io
- builds
- patching