update dependencies

This commit is contained in:
2026-02-25 21:41:14 +01:00
parent 1866782111
commit 71c79575c8
3 changed files with 18 additions and 15 deletions
@@ -416,7 +416,8 @@ public class MainWindowController {
desktop.open(file);
}
else {
Runtime.getRuntime().exec("xdg-open " + Main.filepath);
ProcessBuilder pb = new ProcessBuilder("xdg-open ".split("\\s+"));
pb.start();
}
}