this post was submitted on 12 Jul 2023
6 points (100.0% liked)
Linux
5 readers
2 users here now
founded 2 years ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Mmm could I build it as a Flatpak with said PRs?
I've had to use discord-screenaudio to get audio share over Wayland at least.
When I stream, I use OBS and YouTube anyway for 1440p60fps AV1 ๐ค.
AppImage is a lot better than Flatpak because it isn't a walking security nightmare (http://flatkill.org).
But yeah, I got a build working with the PR. I'm not on my computer right now, but it's a pinned PR in the GitHub issues for the WebCord project. You go to the fork with the branch, you run a couple of quick npm commands and then you can do a build.
I did have to remove a few of the package makers because they'd set it up to do a .deb build, and I haven't used apt in years. I vaguely think they had a Flatpak or a Snapcraft package maker in there too, but I don't use those.
You run the make and package commands which you can find in the
package.json
file, then it outputs a built application for you.