Skip to content
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

How does UWPHook actually work? #111

Open
jmt-gh opened this issue Dec 10, 2022 · 1 comment
Open

How does UWPHook actually work? #111

jmt-gh opened this issue Dec 10, 2022 · 1 comment

Comments

@jmt-gh
Copy link

jmt-gh commented Dec 10, 2022

Hi!

I couldn't find any documentation on this, and was curious. What / how does UWPHook actually do what it does from a technical perspective? What's the piece that it's automating that actually allows UWP's to get added to Steam, that doesn't happen when you manually try?

@qfoxb
Copy link

qfoxb commented Dec 22, 2022

The way it works on the steam libary part is creating a non steam game shortcut with UWPHook.exe and with a launch argument of the UWP app's ID (listable by running Get-AppxPackage –AllUsers | Select Name, PackageFullName in PowerShell). Then to get the Icon and art, it uses the SteamGridDB API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants