Implement launch functionality [release]

This commit is contained in:
crschnick
2023-02-11 14:22:07 +00:00
parent 197f5220af
commit c553dca81b
11 changed files with 92 additions and 6 deletions

View File

@@ -66,6 +66,7 @@ open module io.xpipe.app {
requires com.jfoenix;
requires org.kordamp.ikonli.javafx;
requires org.kordamp.ikonli.material;
requires commons.exec;
requires org.controlsfx.controls;
requires io.sentry;
requires io.xpipe.beacon;
@@ -125,6 +126,7 @@ open module io.xpipe.app {
StoreProviderListExchangeImpl,
ListCollectionsExchangeImpl,
OpenExchangeImpl,
LaunchExchangeImpl,
FocusExchangeImpl,
ListEntriesExchangeImpl,
ProxyReadConnectionExchangeImpl,