Skip to content

Commit

Permalink
add linux audio screensharing (#130)
Browse files Browse the repository at this point in the history
Co-authored-by: V <[email protected]>
Co-authored-by: kaitlynkitty <[email protected]>
Co-authored-by: Curve <[email protected]>
  • Loading branch information
3 people authored Oct 21, 2023
1 parent 841cdcf commit 573a953
Show file tree
Hide file tree
Showing 16 changed files with 690 additions and 173 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
# all permissions at the defaults (public repos read only, 0 permissions):
# https://github.com/settings/personal-access-tokens/new
GITHUB_TOKEN=

ELECTRON_LAUNCH_FLAGS="--ozone-platform-hint=auto --enable-webrtc-pipewire-capturer --enable-features=WaylandWindowDecorations"
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
"dependencies": {
"arrpc": "github:OpenAsar/arrpc#89f4da610ccfac93f461826a446a17cd3b23953d"
},
"optionalDependencies": {
"@vencord/venmic": "^1.4.0"
},
"devDependencies": {
"@fal-works/esbuild-plugin-global-externals": "^2.1.2",
"@types/node": "^20.8.4",
Expand Down
Loading

0 comments on commit 573a953

Please sign in to comment.