Skip to content

Commit

Permalink
Merge pull request #65 from hmlendea/dev
Browse files Browse the repository at this point in the history
Gamepad and security patches
  • Loading branch information
hmlendea authored Jul 7, 2021
2 parents 54eb4dd + 1740c95 commit b9e89d0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "geforcenow",
"appId": "com.electron.${name}",
"productName": "GeForce NOW",
"version": "1.1.3",
"version": "1.1.4",
"description": "A Linux desktop web app for GeForce NOW",
"main": "scripts/main.js",
"scripts": {
Expand All @@ -21,6 +21,12 @@
"category": "Games",
"artifactName": "${name}_${version}_linux.${ext}"
},
"snap": {
"plugs": [
"default",
"joystick"
]
},
"extraFiles": [
"geforcenow-electron.desktop"
]
Expand Down

0 comments on commit b9e89d0

Please sign in to comment.