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
Update README
It could be a lot better, but it's not as bad as it was. All of the
very outdated information has been removed and some better info has been
added in its place.
Fix release script
The release script wasn't deleting the windows binary correctly before
building everything else, so it was getting packaged into everything.
Fix missing games.json error; Small fixes
- Don't freak out if games.json doesn't exist, just go get it. And
don't bother looking for a specific appid in updateGamesJson().
- Fix games.json caching issue (nil pointer).
- Tweak exists() to return only a bool
- Bail if main() can't load settings.
Fix CSS on thumbnail page
This required a small change to the main page's structure. A div after
the #container was added to match the thumbnail page's #thumblist div.