hmlendea / gfn-electron

Linux Desktop client for Nvidia's GeForce NOW game streaming service
GNU General Public License v3.0
489 stars 61 forks source link

Updated Electron to 18.2.0 for Steam Deck support #130

Closed ilovespicynoodles closed 2 years ago

ilovespicynoodles commented 2 years ago

Updating Electron to 18.2.0 did indeed fix the Steam Deck controller not working. I tested it and it works perfect now.

hmlendea commented 2 years ago

Thanks, this is great news!

Could you also please update the version value to 1.6.0 and then also run npm install again so that the lock-file is updated with the new version?

ilovespicynoodles commented 2 years ago

Thanks, this is great news!

Could you also please update the version value to 1.6.0 and then also run npm install again so that the lock-file is updated with the new version?

Sure thing! I will do it when i wake up in the morning 😊

ilovespicynoodles commented 2 years ago

I updated the version value to 1.6.0 and ran npm update. It should be good to go now :)

hmlendea commented 2 years ago

Merged, thanks for the contribution!