mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-19 05:45:58 -04:00
Fix tabby terminal not launching on macOS
This commit is contained in:
@@ -410,7 +410,7 @@ public interface ExternalTerminalType extends PrefsChoiceValue {
|
||||
@Override
|
||||
public void launch(String name, String file, boolean elevated) throws Exception {
|
||||
try (ShellControl pc = LocalStore.getShell()) {
|
||||
pc.osascriptCommand(String.format(
|
||||
pc.command(String.format(
|
||||
"""
|
||||
%s/Contents/MacOS/Tabby run %s
|
||||
""",
|
||||
|
||||
Reference in New Issue
Block a user