i dont know any message for this. Still would like that audio will work in Flatpak

This commit is contained in:
2026-06-30 00:17:31 +02:00
parent 2f4aac8cf7
commit 1ce468145c
3 changed files with 153 additions and 152 deletions
+7
View File
@@ -93,6 +93,13 @@
<version>${javafx.version}</version>
</dependency>
<!-- JLayer: pure-Java MP3 decoder, used instead of JavaFX Media for Flatpak audio compatibility -->
<dependency>
<groupId>javazoom</groupId>
<artifactId>jlayer</artifactId>
<version>1.0.1</version>
</dependency>
<!-- SQLite -->
<dependency>
<groupId>org.xerial</groupId>