Skip to content
Discussion options

You must be logged in to vote

I'm assuming you are looking to check if there is an update for an app. Similar to this: #26

Each app has a public branch, that's the default one that Steam downloads. Each branch can be one or more depots. Anyway, each branch has a buildid, so checking that can tell if there has been an update. Below is an example how to get the buildid:

# steamctl --anonymous apps product_info 740 | jq -r .depots.branches.public.buildid6193619# steamctl --anonymous apps product_info 740 | jq .depots.branches
{
"1.37.7.9": {
"buildid": "6154962",
"description": "1.37.7.9",
"pwdrequired": "1",
"timeupdated": "1612893933"
},
"1.37.8.0": {
"buildid": "6185846",
"description": "

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@vodkadrunkinski
Comment options

Answer selected byrossengeorgiev
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
@vodkadrunkinski@rossengeorgiev