Skip to content

itch.io

  • Install butler (the “human way” just has links directly on itch.io)
  • Even in 2024, the builds are from 2021 and 2022, so they won’t launch automatically on macOS. You need to open the Privacy & Security preferences on macOS and click “Open Anyway”:
    • 500
  • Run butler login to log in
  • butler push <directory_or_path_to_zip_file> xtonomous/skeleseller:channel
    • channel should start with the OS (win|windows|linux|mac|osx|android).
    • E.g.
      • ./butler push /Volumes/inland/code/Godot/Skeleseller/Game/out/macos_release.zip xtonomous/skeleseller:mac
      • ./butler push /Volumes/inland/code/Godot/Skeleseller/Game/out/windows.zip xtonomous/skeleseller:win
      • ./butler push /Volumes/inland/code/Godot/Skeleseller/Game/out/linux.zip xtonomous/skeleseller:linux