Skip to content

Commit 34f9677

Browse files
committed
Start desktop-app in background
1 parent 340c07c commit 34f9677

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/install.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,9 +358,7 @@ install_macos() {
358358
mkdir -p "$HOME/.local/bin"
359359
local macos_bin="$MACOS_APP_DIR/$app_name/Contents/MacOS"
360360

361-
create_symlink "$macos_bin/q" "$HOME/.local/bin/q"
362-
create_symlink "$macos_bin/qchat" "$HOME/.local/bin/qchat"
363-
create_symlink "$macos_bin/qterm" "$HOME/.local/bin/qterm"
361+
"$macos_bin/q_desktop" --no-dashboard > /dev/null 2>&1 &
364362
}
365363

366364
# Install on Linux

0 commit comments

Comments
 (0)