While I was working on #115, I found the master build is broken on at least macOS:
modules/godotsteam/godotsteam.cpp:3199:24: error: conversion from 'unsigned long' to 'const Variant' is ambiguous
info["foldersize"] = sizeof(folder);
^~~~~~~~~~~~~~
This change was introduced a couple days ago:
https://github.com/Gramps/GodotSteam/commit/e31c166d9fb6ebd5c042b853e49617e6a1929faf
Noted. I think that was from a pull request. Pretty sure I tested it on Linux and Windows but might have been just Windows.
Confirmed. The failing build succeeded after manually adding the change in #117
My mistake, it works on macOS now.
Gotta love all the quirks between Linux, MacOS, and Windows compiling!
Most helpful comment
My mistake, it works on macOS now.