Jay Lee
Jay Lee
The current certificate used to sign GAM .exe and .msi files is due to expire Sept 20th: ``` signtool.exe verify /pa /v \Users\opt70\Downloads\gam-7.19.01-windows-arm64.msi Verifying: \Users\opt70\Downloads\gam-7.19.01-windows-arm64.msi Signature Index: 0 (Primary Signature)...
Today if GAM is missing an API scope or admin privilege it may throw a generic error like "permission denied". If the GAM command is making numerous API calls. For...
Today if GAM can't open or write to a file it returns an error like: ``` ERROR: File: [Errno 13] : Permission denied ``` that's not an awful error but...
Python 3.14 is stable: https://www.python.org/downloads/release/python-3140/ Can we build wheels for it? I'll follow up with a PR. On a similar note, have you explored building wheels for abi3 so they...