-
Notifications
You must be signed in to change notification settings - Fork 53
Support Nuitka --onefile compiled application; Implement ISteamUGC/GetAppDependencies
#91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
See: https://partner.steamgames.com/doc/api/ISteamUGC#GetAppDependencies steamworks.structs.GetAppDependencies(ctypes.Structure).get_app_dependencies_list() will return Python list of these integers.
|
Anybody had a chance to look at this? I had other work I wanted to do as well, but this is my first try at this sort of work. Is this acceptable? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gitignore must still be present
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revert the change in quotes
| _fields_ = [("bState", c_bool), ("bActive", c_bool)] | ||
|
|
||
|
|
||
| STEAMWORKS_METHODS = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revert the formatting of the dict to keep readability
…luded in the original
Support Nuitka `--onefile` compiled application; Implement ISteamUGC/GetAppDependencies (resubmit of #91)
Please let me know what you think!
Edit: I also fixed a couple of compile warnings on MacOS.