diff --git a/conveyor.conf b/conveyor.conf index be549caa..3d9b135c 100644 --- a/conveyor.conf +++ b/conveyor.conf @@ -1,5 +1,5 @@ include "#!./gradlew -q :komga-tray:printConveyorConfig" -include required("/stdlib/jdk/21/eclipse.conf") +include required("/stdlib/jdk/23/eclipse.conf") app { display-name = Komga @@ -11,8 +11,8 @@ app { icons = "res/komga_text_as_path.svg" jvm { - // for NightMonkeys - options += "--enable-preview" + // for NightMonkeys & NightCompress + options += "--enable-native-access=ALL-UNNAMED" mac.options += "-Dspring.profiles.include=mac" diff --git a/komga-tray/lib/windows/x64/libwebp.dll b/komga-tray/lib/windows/x64/libwebp.dll new file mode 100755 index 00000000..9ddc9c9a Binary files /dev/null and b/komga-tray/lib/windows/x64/libwebp.dll differ diff --git a/komga-tray/lib/windows/x64/libwebpdecoder.dll b/komga-tray/lib/windows/x64/libwebpdecoder.dll new file mode 100755 index 00000000..e8988db6 Binary files /dev/null and b/komga-tray/lib/windows/x64/libwebpdecoder.dll differ diff --git a/komga-tray/lib/windows/x64/libwebpmux.dll b/komga-tray/lib/windows/x64/libwebpmux.dll new file mode 100755 index 00000000..66b33101 Binary files /dev/null and b/komga-tray/lib/windows/x64/libwebpmux.dll differ diff --git a/komga-tray/lib/windows/x64/webp.dll b/komga-tray/lib/windows/x64/webp.dll new file mode 100755 index 00000000..9ddc9c9a Binary files /dev/null and b/komga-tray/lib/windows/x64/webp.dll differ diff --git a/komga-tray/lib/windows/x64/webpdemux.dll b/komga-tray/lib/windows/x64/webpdemux.dll new file mode 100755 index 00000000..182781a1 Binary files /dev/null and b/komga-tray/lib/windows/x64/webpdemux.dll differ