Skip to content

Commit

Permalink
Merge pull request #88 from hmlendea/dev
Browse files Browse the repository at this point in the history
Microphone fix for snap + Maintenance
  • Loading branch information
hmlendea authored Nov 7, 2021
2 parents e3897ce + 668b69d commit f4e61ca
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "geforcenow-electron",
"appId": "com.github.hmlendea.${name}",
"productName": "GeForce NOW",
"version": "1.1.8",
"version": "1.1.9",
"description": "A Linux desktop web app for GeForce NOW",
"main": "scripts/main.js",
"scripts": {
Expand All @@ -24,6 +24,7 @@
"snap": {
"plugs": [
"default",
"audio-record",
"joystick"
]
},
Expand All @@ -41,7 +42,7 @@
"author": "Horațiu Mlendea <Horatiu.Mlendea@ProtonMail.com>",
"license": "GPL-3.0",
"devDependencies": {
"electron": "^13.3.0",
"electron": "^13.6.1",
"electron-builder": "^22.13.1"
}
}
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions scripts/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const { app, globalShortcut, BrowserWindow } = require("electron");
const path = require("path");
const userAgent =
"Mozilla/5.0 (X11; CrOS x86_64 13982.82.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.157 Safari/537.36";
const userAgent = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36";

var isFullScreen = false;

Expand Down

0 comments on commit f4e61ca

Please sign in to comment.