Include jogamp native files in all bundles (#1752)

This commit is contained in:
Constantin Piber
2025-11-01 19:29:54 +01:00
committed by GitHub
parent 2a27491f9f
commit d63965cc02
5 changed files with 28 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
#!/bin/sh
export LD_PRELOAD="/usr/share/java/suwayomi-server/bin/catch_abort.so"
cd /usr/share/java/suwayomi-server/
if [ -z "$DISPLAY" ] && command -v Xvfb >/dev/null; then
echo "-- START: Spawning X server using xvfb-run --"