Merge remote-tracking branch 'origin/master'

This commit is contained in:
Yukino Song
2024-10-26 21:04:50 +08:00
32 changed files with 679 additions and 96 deletions

View File

@@ -32,7 +32,7 @@
<p>flatpak run --command=additional-install.sh @PROJECT_FQDN@</p>
<p>NOTE: Sunshine uses a self-signed certificate. The web browser will report it as not secure, but it is safe.</p>
<p>NOTE: KMS Grab (Optional)</p>
<p>sudo -i PULSE_SERVER=unix:$(pactl info | awk '/Server String/{print$3}') flatpak run @PROJECT_FQDN@</p>
<p>sudo -i PULSE_SERVER=unix:/run/user/$(id -u $whoami)/pulse/native flatpak run @PROJECT_FQDN@</p>
</description>
<releases>

View File

@@ -33,13 +33,13 @@ modules:
- "modules/xvfb/xvfb.json"
# Runtime dependencies
- shared-modules/libappindicator/libappindicator-gtk3-12.10.json
- shared-modules/libayatana-appindicator/libayatana-appindicator-gtk3.json
- "modules/avahi.json"
- "modules/boost.json"
- "modules/libevdev.json"
- "modules/libnotify.json"
- "modules/miniupnpc.json"
- "modules/numactl.json" # TODO: is this still needed?
- "modules/numactl.json"
# Caching is configured until here, not including CUDA, since it is too large for GitHub cache
- "modules/cuda.json"