We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 340c07c commit 34f9677Copy full SHA for 34f9677
scripts/install.sh
@@ -358,9 +358,7 @@ install_macos() {
358
mkdir -p "$HOME/.local/bin"
359
local macos_bin="$MACOS_APP_DIR/$app_name/Contents/MacOS"
360
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"
+ "$macos_bin/q_desktop" --no-dashboard > /dev/null 2>&1 &
364
}
365
366
# Install on Linux
0 commit comments