mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-04-22 15:40:31 -04:00
Fixes
This commit is contained in:
@@ -26,7 +26,7 @@ public interface ExternalApplicationType extends PrefsValue {
|
||||
if (args) {
|
||||
builder.add(0, "--args");
|
||||
}
|
||||
builder.addQuoted(getApplicationName());
|
||||
builder.addQuoted(0, getApplicationName());
|
||||
builder.add(0, "open", "-a");
|
||||
return LocalShell.getShell().command(builder);
|
||||
}
|
||||
|
||||
@@ -38,6 +38,7 @@ public interface ExternalVncClient {
|
||||
l.add(TigerVncClient.Linux.class);
|
||||
}
|
||||
case OsType.MacOs macOs -> {
|
||||
l.add(ScreenSharingVncClient.class);
|
||||
l.add(RealVncClient.MacOs.class);
|
||||
l.add(TigerVncClient.MacOs.class);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user