You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a game made for being played in the browser. This is my first time pushing an update using butler but looking in the documentation there is no channel for webGL. This is what it looks like:
channel is which slot you're uploading it to
for example: windows-beta, osx-bonus, linux-universal, or soundtrack
As stated in the docs, you can use any name for channel, but using win/linux/mac etc. just automates a few tasks. So all you have to do, is push files to any channel (for example html is a good channel name for build that is supposed to be played in the browser). Then all you have to do is set which file is the browser version on the itch.io website, once set, you can push your updates via butler and it will stay as web build.
As of right now, you can't push the files straight as the web version, as butler does automatically for you with other builds.
Here's what you have to do manually on the itch.io website. I have chosen the name of the channel as html, this doesn't make anything automatically, this is just for me so I know this channel is used for web build.
This is what my game's channels look like in butler. I can push a new update to html channel and it will be automatically playable on the website in a few minutes, since I set it on the website.
By no means am I saying this wouldn't be a wonderful feature request, just wanted to note that docs do specify how to upload html games. And hopefully help you or anyone else who stumbles upon this.
I created a game made for being played in the browser. This is my first time pushing an update using butler but looking in the documentation there is no
channel
for webGL. This is what it looks like:channel
is which slot you're uploading it tofor example:
windows-beta
,osx-bonus
,linux-universal
, orsoundtrack
What would I use for WebGL?
Affected Page:
GitHub: https://github.com/itchio/butler/blob/master/docs/pushing.md
Itch.io: https://itch.io/docs/butler/pushing.html
The text was updated successfully, but these errors were encountered: